#66B4DD

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

Shades of Malibu #66B4DD

Tints of Malibu #66B4DD

Color information

#66B4DD (or 0x66B4DD) is unknown color: approx Malibu. HEX triplet: 66, B4 and DD. RGB value is (102,180,221). Sum of RGB (Red+Green+Blue) = 102+180+221=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #66B4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B4DD is #994B22. Grayscale: #A1A1A1. Windows color (decimal): -10046243 or 14529638. OLE color: 14529638.

HSL color Cylindrical-coordinate representation of color #66B4DD: hue angle of 200.67º 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 #66B4DD is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102180221-
CMYK0.540.1900.13
HSL200.67º63.64%63.33%-
HSV(B)200.67º53.85%86.67%-
XYZ34.8540.6974.42-
YUV161.35161.6685.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.28%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=20.28%
G=35.79%
B=43.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021802210.540.1900.13200.6763.6463.33
Hex66B4DD36130Dc9403f
Octal146264335662301531110077
Binary110011010110100110111011101101001101101110010011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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