#66BDD9

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

Shades of Malibu #66BDD9

Tints of Malibu #66BDD9

Color information

#66BDD9 (or 0x66BDD9) is unknown color: approx Malibu. HEX triplet: 66, BD and D9. RGB value is (102,189,217). Sum of RGB (Red+Green+Blue) = 102+189+217=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #66BDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDD9 is #994226. Grayscale: #A5A5A5. Windows color (decimal): -10043943 or 14269798. OLE color: 14269798.

HSL color Cylindrical-coordinate representation of color #66BDD9: hue angle of 194.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BDD9 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102189217-
CMYK0.530.1300.15
HSL194.61º60.21%62.55%-
HSV(B)194.61º53%85.1%-
XYZ36.244.2372.27-
YUV166.18156.6882.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.08%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 217 (85.16% from 255) = 42.72%
R=20.08%
G=37.20%
B=42.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021892170.530.1300.15194.6160.2162.55
Hex66BDD935D0Fc33c3f
Octal14627533165150173037477
Binary1100110101111011101100111010111010111111000011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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