#66B1E9

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

Shades of Malibu #66B1E9

Tints of Malibu #66B1E9

Color information

#66B1E9 (or 0x66B1E9) is unknown color: approx Malibu. HEX triplet: 66, B1 and E9. RGB value is (102,177,233). Sum of RGB (Red+Green+Blue) = 102+177+233=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #66B1E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B1E9 is #994E16. Grayscale: #A0A0A0. Windows color (decimal): -10046999 or 15315302. OLE color: 15315302.

HSL color Cylindrical-coordinate representation of color #66B1E9: hue angle of 205.65º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66B1E9 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB102177233-
CMYK0.560.2400.09
HSL205.65º74.86%65.69%-
HSV(B)205.65º56.22%91.37%-
XYZ35.9140.1582.95-
YUV160.96168.6585.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.92%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 233 (91.41% from 255) = 45.51%
R=19.92%
G=34.57%
B=45.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1021772330.560.2400.09205.6574.8665.69
Hex66B1E9381809ce4b42
Octal1462613517030011316113102
Binary1100110101100011110100111100011000010011100111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,177,233); }

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

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

 a { background-color: rgb(102,177,233); }

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

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

 span { border-color: rgb(102,177,233); }

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