#66B5DD

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

Shades of Malibu #66B5DD

Tints of Malibu #66B5DD

Color information

#66B5DD (or 0x66B5DD) is unknown color: approx Malibu. HEX triplet: 66, B5 and DD. RGB value is (102,181,221). Sum of RGB (Red+Green+Blue) = 102+181+221=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #66B5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B5DD is #994A22. Grayscale: #A1A1A1. Windows color (decimal): -10045987 or 14529894. OLE color: 14529894.

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

Color convert

RGB102181221-
CMYK0.540.1800.13
HSL200.17º63.64%63.33%-
HSV(B)200.17º53.85%86.67%-
XYZ35.0541.0974.49-
YUV161.94161.3385.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.24%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=20.24%
G=35.91%
B=43.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021812210.540.1800.13200.1763.6463.33
Hex66B5DD36120Dc8403f
Octal146265335662201531010077
Binary110011010110101110111011101101001001101110010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,181,221); }

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

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

 a { background-color: rgb(102,181,221); }

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

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

 span { border-color: rgb(102,181,221); }

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