Shades of Malibu #64B0DC
Tints of Malibu #64B0DC
RGB
CMYK
RGB Variations
Color information
#64B0DC (or 0x64B0DC) is known color: Malibu. HEX triplet: 64, B0 and DC. RGB value is (100,176,220). Sum of RGB (Red+Green+Blue) = 100+176+220=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #64B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B0DC is #9B4F23. Grayscale: #9E9E9E. Windows color (decimal): -10178340 or 14463076. OLE color: 14463076.
HSL color Cylindrical-coordinate representation of color #64B0DC: hue angle of 202º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64B0DC is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 176 | 220 | - |
| CMYK | 0.55 | 0.2 | 0 | 0.14 |
| HSL | 202º | 0.63% | 0.63% | - |
| HSV(B) | 202º | 0.55% | 0.86% | - |
| XYZ | 33.7 | 38.93 | 73.45 | - |
| YUV | 158.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 220 | 0.55 | 0.2 | 0 | 0.14 | 202 | 0.63 | 0.63 |
| Hex | 64 | B0 | DC | 37 | 14 | 0 | E | CA | 3F | 3F |
| Octal | 144 | 260 | 334 | 67 | 24 | 0 | 16 | 312 | 77 | 77 |
| Binary | 1100100 | 10110000 | 11011100 | 110111 | 10100 | 0 | 1110 | 11001010 | 111111 | 111111 |
Color Harmonies of #64B0DC
Complementary color
Monochromatic Colors of #64B0DC
Black with #64B0DC
Text Example
Text Example
White with #64B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B0DC; }
p { color: rgb(100,176,220); }
H1.HeaderClassName
{
color: #64B0DC;
}
.AnyTagClassName
{
color: #64B0DC;
}
</style>
background-color css
<style>
a { background-color: #64B0DC; }
a { background-color: rgb(100,176,220); }
div.DivClassName
{
background-color: #64B0DC;
}
.BgClassName
{
background-color: #64B0DC;
}
</style>
border-color css
<style>
span { border-color: #64B0DC; }
span { border-color: rgb(100,176,220); }
td.TdClassName
{
border-color: #64B0DC;
}
.TagClassName
{
border-color: #64B0DC;
}
</style>