#66AFEA

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

Shades of Malibu #66AFEA

Tints of Malibu #66AFEA

Color information

#66AFEA (or 0x66AFEA) is unknown color: approx Malibu. HEX triplet: 66, AF and EA. RGB value is (102,175,234). Sum of RGB (Red+Green+Blue) = 102+175+234=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #66AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AFEA is #995015. Grayscale: #9F9F9F. Windows color (decimal): -10047510 or 15380326. OLE color: 15380326.

HSL color Cylindrical-coordinate representation of color #66AFEA: hue angle of 206.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66AFEA is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102175234-
CMYK0.560.2500.08
HSL206.82º75.86%65.88%-
HSV(B)206.82º56.41%91.76%-
XYZ35.6639.4383.57-
YUV159.9169.8286.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.96%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=19.96%
G=34.25%
B=45.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021752340.560.2500.08206.8275.8665.88
Hex66AFEA381908cf4c42
Octal1462573527031010317114102
Binary1100110101011111110101011100011001010001100111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AFEA; }

 p { color: rgb(102,175,234); }

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

<style>
 a { background-color: #66AFEA; }

 a { background-color: rgb(102,175,234); }

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

<style>
 span { border-color: #66AFEA; }

 span { border-color: rgb(102,175,234); }

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