#66C4D6

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

Shades of Malibu #66C4D6

Tints of Malibu #66C4D6

Color information

#66C4D6 (or 0x66C4D6) is unknown color: approx Malibu. HEX triplet: 66, C4 and D6. RGB value is (102,196,214). Sum of RGB (Red+Green+Blue) = 102+196+214=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #66C4D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C4D6 is #993B29. Grayscale: #A9A9A9. Windows color (decimal): -10042154 or 14074982. OLE color: 14074982.

HSL color Cylindrical-coordinate representation of color #66C4D6: hue angle of 189.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66C4D6 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102196214-
CMYK0.520.0800.16
HSL189.64º57.73%61.96%-
HSV(B)189.64º52.34%83.92%-
XYZ37.3647.1670.75-
YUV169.95152.8679.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.92%
GREEN value IS 196 (76.95% from 255) = 38.28%
BLUE value IS 214 (83.98% from 255) = 41.80%
R=19.92%
G=38.28%
B=41.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021962140.520.0800.16189.6457.7361.96
Hex66C4D6348010be3a3e
Octal14630432664100202767276
Binary11001101100010011010110110100100001000010111110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,196,214); }

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

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

 a { background-color: rgb(102,196,214); }

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

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

 span { border-color: rgb(102,196,214); }

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