#64B4DD

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

Shades of Malibu #64B4DD

Tints of Malibu #64B4DD

Color information

#64B4DD (or 0x64B4DD) is unknown color: approx Malibu. HEX triplet: 64, B4 and DD. RGB value is (100,180,221). Sum of RGB (Red+Green+Blue) = 100+180+221=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #64B4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B4DD is #9B4B22. Grayscale: #A0A0A0. Windows color (decimal): -10177315 or 14529636. OLE color: 14529636.

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

Color convert

RGB100180221-
CMYK0.550.1900.13
HSL200.33º64.02%62.94%-
HSV(B)200.33º54.75%86.67%-
XYZ34.6340.5774.41-
YUV160.7516284.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.96%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=19.96%
G=35.93%
B=44.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001802210.550.1900.13200.3364.0262.94
Hex64B4DD37130Dc8403f
Octal144264335672301531010077
Binary110010010110100110111011101111001101101110010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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