#66B6EA

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

Shades of Malibu #66B6EA

Tints of Malibu #66B6EA

Color information

#66B6EA (or 0x66B6EA) is unknown color: approx Malibu. HEX triplet: 66, B6 and EA. RGB value is (102,182,234). Sum of RGB (Red+Green+Blue) = 102+182+234=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #66B6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B6EA is #994915. Grayscale: #A3A3A3. Windows color (decimal): -10045718 or 15382118. OLE color: 15382118.

HSL color Cylindrical-coordinate representation of color #66B6EA: hue angle of 203.64º 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 #66B6EA is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102182234-
CMYK0.560.2200.08
HSL203.64º75.86%65.88%-
HSV(B)203.64º56.41%91.76%-
XYZ37.0642.2284.04-
YUV164.01167.583.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.69%
GREEN value IS 182 (71.48% from 255) = 35.14%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=19.69%
G=35.14%
B=45.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021822340.560.2200.08203.6475.8665.88
Hex66B6EA381608cc4c42
Octal1462663527026010314114102
Binary1100110101101101110101011100010110010001100110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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