#51BFED

Color #51BFED Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #51BFED

Tints of Malibu #51BFED

Color information

#51BFED (or 0x51BFED) is unknown color: approx Malibu. HEX triplet: 51, BF and ED. RGB value is (81,191,237). Sum of RGB (Red+Green+Blue) = 81+191+237=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #51BFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BFED is #AE4012. Grayscale: #A3A3A3. Windows color (decimal): -11419667 or 15581009. OLE color: 15581009.

HSL color Cylindrical-coordinate representation of color #51BFED: hue angle of 197.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51BFED is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81191237-
CMYK0.660.1900.07
HSL197.69º81.25%62.35%-
HSV(B)197.69º65.82%92.94%-
XYZ37.3145.1386.86-
YUV163.35169.5669.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 15.91%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=15.91%
G=37.52%
B=46.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811912370.660.1900.07197.6981.2562.35
Hex51BFED421307c6513e
Octal121277355102230730612176
Binary101000110111111111011011000010100110111110001101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51BFED; }

 p { color: rgb(81,191,237); }

 H1.HeaderClassName
 {
   color: #51BFED;
 }
 .AnyTagClassName
 {
   color: #51BFED;
 }
</style>
background-color css

<style>
 a { background-color: #51BFED; }

 a { background-color: rgb(81,191,237); }

 div.DivClassName
 {
   background-color: #51BFED;
 }
 .BgClassName
 {
   background-color: #51BFED;
 }
</style>
border-color css

<style>
 span { border-color: #51BFED; }

 span { border-color: rgb(81,191,237); }

 td.TdClassName
 {
   border-color: #51BFED;
 }
 .TagClassName
 {
   border-color: #51BFED;
 }
</style>