#64B5DD

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

Shades of Malibu #64B5DD

Tints of Malibu #64B5DD

Color information

#64B5DD (or 0x64B5DD) is unknown color: approx Malibu. HEX triplet: 64, B5 and DD. RGB value is (100,181,221). Sum of RGB (Red+Green+Blue) = 100+181+221=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #64B5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B5DD is #9B4A22. Grayscale: #A1A1A1. Windows color (decimal): -10177059 or 14529892. OLE color: 14529892.

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

Color convert

RGB100181221-
CMYK0.550.1800.13
HSL199.83º64.02%62.94%-
HSV(B)199.83º54.75%86.67%-
XYZ34.8340.9874.48-
YUV161.34161.6684.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.92%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=19.92%
G=36.06%
B=44.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001812210.550.1800.13199.8364.0262.94
Hex64B5DD37120Dc8403f
Octal144265335672201531010077
Binary110010010110101110111011101111001001101110010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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