#66C8DE

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

Shades of Malibu #66C8DE

Tints of Malibu #66C8DE

Color information

#66C8DE (or 0x66C8DE) is unknown color: approx Malibu. HEX triplet: 66, C8 and DE. RGB value is (102,200,222). Sum of RGB (Red+Green+Blue) = 102+200+222=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #66C8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C8DE is #993721. Grayscale: #ADADAD. Windows color (decimal): -10041122 or 14600294. OLE color: 14600294.

HSL color Cylindrical-coordinate representation of color #66C8DE: hue angle of 191º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66C8DE is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102200222-
CMYK0.540.1000.13
HSL191º64.52%63.53%-
HSV(B)191º54.05%87.06%-
XYZ39.3249.4176.57-
YUV173.21155.5377.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.47%
GREEN value IS 200 (78.52% from 255) = 38.17%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=19.47%
G=38.17%
B=42.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022002220.540.1000.1319164.5263.53
Hex66C8DE36A0Dbf4140
Octal1463103366612015277101100
Binary110011011001000110111101101101010011011011111110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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