Shades of Malibu #64B0D0
Tints of Malibu #64B0D0
RGB
CMYK
RGB Variations
Color information
#64B0D0 (or 0x64B0D0) is known color: Malibu. HEX triplet: 64, B0 and D0. RGB value is (100,176,208). Sum of RGB (Red+Green+Blue) = 100+176+208=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #64B0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B0D0 is #9B4F2F. Grayscale: #9C9C9C. Windows color (decimal): -10178352 or 13676644. OLE color: 13676644.
HSL color Cylindrical-coordinate representation of color #64B0D0: hue angle of 197.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64B0D0 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 176 | 208 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.18 |
| HSL | 197.78º | 0.53% | 0.6% | - |
| HSV(B) | 197.78º | 0.52% | 0.82% | - |
| XYZ | 32.17 | 38.31 | 65.37 | - |
| YUV | 156.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 208 | 0.52 | 0.15 | 0 | 0.18 | 197.78 | 0.53 | 0.6 |
| Hex | 64 | B0 | D0 | 34 | F | 0 | 12 | C6 | 35 | 3C |
| Octal | 144 | 260 | 320 | 64 | 17 | 0 | 22 | 306 | 65 | 74 |
| Binary | 1100100 | 10110000 | 11010000 | 110100 | 1111 | 0 | 10010 | 11000110 | 110101 | 111100 |
Color Harmonies of #64B0D0
Complementary color
Monochromatic Colors of #64B0D0
Black with #64B0D0
Text Example
Text Example
White with #64B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B0D0; }
p { color: rgb(100,176,208); }
H1.HeaderClassName
{
color: #64B0D0;
}
.AnyTagClassName
{
color: #64B0D0;
}
</style>
background-color css
<style>
a { background-color: #64B0D0; }
a { background-color: rgb(100,176,208); }
div.DivClassName
{
background-color: #64B0D0;
}
.BgClassName
{
background-color: #64B0D0;
}
</style>
border-color css
<style>
span { border-color: #64B0D0; }
span { border-color: rgb(100,176,208); }
td.TdClassName
{
border-color: #64B0D0;
}
.TagClassName
{
border-color: #64B0D0;
}
</style>