#66C2E1

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

Shades of Malibu #66C2E1

Tints of Malibu #66C2E1

Color information

#66C2E1 (or 0x66C2E1) is unknown color: approx Malibu. HEX triplet: 66, C2 and E1. RGB value is (102,194,225). Sum of RGB (Red+Green+Blue) = 102+194+225=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #66C2E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C2E1 is #993D1E. Grayscale: #A9A9A9. Windows color (decimal): -10042655 or 14795366. OLE color: 14795366.

HSL color Cylindrical-coordinate representation of color #66C2E1: hue angle of 195.12º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66C2E1 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102194225-
CMYK0.550.1400.12
HSL195.12º67.21%64.12%-
HSV(B)195.12º54.67%88.24%-
XYZ38.3646.8478.25-
YUV170.03159.0279.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.58%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=19.58%
G=37.24%
B=43.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1021942250.550.1400.12195.1267.2164.12
Hex66C2E137E0Cc34340
Octal1463023416716014303103100
Binary110011011000010111000011101111110011001100001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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