Shades of Malibu #64BAE8
Tints of Malibu #64BAE8
RGB
CMYK
RGB Variations
Color information
#64BAE8 (or 0x64BAE8) is known color: Malibu. HEX triplet: 64, BA and E8. RGB value is (100,186,232). Sum of RGB (Red+Green+Blue) = 100+186+232=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #64BAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAE8 is #9B4517. Grayscale: #A5A5A5. Windows color (decimal): -10175768 or 15252068. OLE color: 15252068.
HSL color Cylindrical-coordinate representation of color #64BAE8: hue angle of 200.91º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BAE8 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 186 | 232 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.09 |
| HSL | 200.91º | 0.74% | 0.65% | - |
| HSV(B) | 200.91º | 0.57% | 0.91% | - |
| XYZ | 37.38 | 43.65 | 82.8 | - |
| YUV | 165.53 | 165.51 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 232 | 0.57 | 0.20 | 0 | 0.09 | 200.91 | 0.74 | 0.65 |
| Hex | 64 | BA | E8 | 39 | 14 | 0 | 9 | C9 | 4A | 41 |
| Octal | 144 | 272 | 350 | 71 | 24 | 0 | 11 | 311 | 112 | 101 |
| Binary | 1100100 | 10111010 | 11101000 | 111001 | 10100 | 0 | 1001 | 11001001 | 1001010 | 1000001 |
Color Harmonies of #64BAE8
Complementary color
Monochromatic Colors of #64BAE8
Black with #64BAE8
Text Example
Text Example
White with #64BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAE8; }
p { color: rgb(100,186,232); }
H1.HeaderClassName
{
color: #64BAE8;
}
.AnyTagClassName
{
color: #64BAE8;
}
</style>
background-color css
<style>
a { background-color: #64BAE8; }
a { background-color: rgb(100,186,232); }
div.DivClassName
{
background-color: #64BAE8;
}
.BgClassName
{
background-color: #64BAE8;
}
</style>
border-color css
<style>
span { border-color: #64BAE8; }
span { border-color: rgb(100,186,232); }
td.TdClassName
{
border-color: #64BAE8;
}
.TagClassName
{
border-color: #64BAE8;
}
</style>