#66B0EA

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

Shades of Malibu #66B0EA

Tints of Malibu #66B0EA

Color information

#66B0EA (or 0x66B0EA) is unknown color: approx Malibu. HEX triplet: 66, B0 and EA. RGB value is (102,176,234). Sum of RGB (Red+Green+Blue) = 102+176+234=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #66B0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B0EA is #994F15. Grayscale: #A0A0A0. Windows color (decimal): -10047254 or 15380582. OLE color: 15380582.

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

Color convert

RGB102176234-
CMYK0.560.2500.08
HSL206.36º75.86%65.88%-
HSV(B)206.36º56.41%91.76%-
XYZ35.8639.8283.64-
YUV160.49169.4886.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.92%
GREEN value IS 176 (69.14% from 255) = 34.38%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=19.92%
G=34.38%
B=45.70%

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
Decimal1021762340.560.2500.08206.3675.8665.88
Hex66B0EA381908ce4c42
Octal1462603527031010316114102
Binary1100110101100001110101011100011001010001100111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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