#66C8E1

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

Shades of Malibu #66C8E1

Tints of Malibu #66C8E1

Color information

#66C8E1 (or 0x66C8E1) is unknown color: approx Malibu. HEX triplet: 66, C8 and E1. RGB value is (102,200,225). Sum of RGB (Red+Green+Blue) = 102+200+225=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #66C8E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C8E1 is #99371E. Grayscale: #ADADAD. Windows color (decimal): -10041119 or 14796902. OLE color: 14796902.

HSL color Cylindrical-coordinate representation of color #66C8E1: hue angle of 192.2º 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 #66C8E1 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102200225-
CMYK0.550.1100.12
HSL192.2º67.21%64.12%-
HSV(B)192.2º54.67%88.24%-
XYZ39.7249.5778.71-
YUV173.55157.0376.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.35%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=19.35%
G=37.95%
B=42.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022002250.550.1100.12192.267.2164.12
Hex66C8E137B0Cc04340
Octal1463103416713014300103100
Binary110011011001000111000011101111011011001100000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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