#66BDD4

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

Shades of Malibu #66BDD4

Tints of Malibu #66BDD4

Color information

#66BDD4 (or 0x66BDD4) is unknown color: approx Malibu. HEX triplet: 66, BD and D4. RGB value is (102,189,212). Sum of RGB (Red+Green+Blue) = 102+189+212=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #66BDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDD4 is #99422B. Grayscale: #A5A5A5. Windows color (decimal): -10043948 or 13942118. OLE color: 13942118.

HSL color Cylindrical-coordinate representation of color #66BDD4: hue angle of 192.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66BDD4 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB102189212-
CMYK0.520.1100.17
HSL192.55º56.12%61.57%-
HSV(B)192.55º51.89%83.14%-
XYZ35.5643.9768.9-
YUV165.61154.1882.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.28%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=20.28%
G=37.57%
B=42.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1021892120.520.1100.17192.5556.1261.57
Hex66BDD434B011c1383e
Octal14627532464130213017076
Binary11001101011110111010100110100101101000111000001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,212); }

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

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

 a { background-color: rgb(102,189,212); }

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

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

 span { border-color: rgb(102,189,212); }

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