#64B0D9

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

Shades of Malibu #64B0D9

Tints of Malibu #64B0D9

Color information

#64B0D9 (or 0x64B0D9) is unknown color: approx Malibu. HEX triplet: 64, B0 and D9. RGB value is (100,176,217). Sum of RGB (Red+Green+Blue) = 100+176+217=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #64B0D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B0D9 is #9B4F26. Grayscale: #9D9D9D. Windows color (decimal): -10178343 or 14266468. OLE color: 14266468.

HSL color Cylindrical-coordinate representation of color #64B0D9: hue angle of 201.03º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64B0D9 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100176217-
CMYK0.540.1900.15
HSL201.03º60.62%62.16%-
HSV(B)201.03º53.92%85.1%-
XYZ33.3138.7771.37-
YUV157.95161.3286.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.28%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 217 (85.16% from 255) = 44.02%
R=20.28%
G=35.70%
B=44.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001762170.540.1900.15201.0360.6262.16
Hex64B0D936130Fc93d3e
Octal14426033166230173117576
Binary11001001011000011011001110110100110111111001001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,176,217); }

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

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

 a { background-color: rgb(100,176,217); }

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

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

 span { border-color: rgb(100,176,217); }

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