#66C2EB

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

Shades of Malibu #66C2EB

Tints of Malibu #66C2EB

Color information

#66C2EB (or 0x66C2EB) is unknown color: approx Malibu. HEX triplet: 66, C2 and EB. RGB value is (102,194,235). Sum of RGB (Red+Green+Blue) = 102+194+235=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #66C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C2EB is #993D14. Grayscale: #AAAAAA. Windows color (decimal): -10042645 or 15450726. OLE color: 15450726.

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

Color convert

RGB102194235-
CMYK0.570.1700.08
HSL198.5º76.88%66.08%-
HSV(B)198.5º56.6%92.16%-
XYZ39.7747.4185.65-
YUV171.17164.0278.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.21%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=19.21%
G=36.53%
B=44.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021942350.570.1700.08198.576.8866.08
Hex66C2EB391108c64d42
Octal1463023537121010306115102
Binary1100110110000101110101111100110001010001100011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,194,235); }

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

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

 a { background-color: rgb(102,194,235); }

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

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

 span { border-color: rgb(102,194,235); }

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