Shades of Malibu #64BEE9
Tints of Malibu #64BEE9
RGB
CMYK
RGB Variations
Color information
#64BEE9 (or 0x64BEE9) is known color: Malibu. HEX triplet: 64, BE and E9. RGB value is (100,190,233). Sum of RGB (Red+Green+Blue) = 100+190+233=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #64BEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEE9 is #9B4116. Grayscale: #A7A7A7. Windows color (decimal): -10174743 or 15318628. OLE color: 15318628.
HSL color Cylindrical-coordinate representation of color #64BEE9: hue angle of 199.4º degrees, saturation: 0.75, 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 #64BEE9 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 190 | 233 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.09 |
| HSL | 199.4º | 0.75% | 0.65% | - |
| HSV(B) | 199.4º | 0.57% | 0.91% | - |
| XYZ | 38.38 | 45.42 | 83.83 | - |
| YUV | 167.99 | 164.68 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 233 | 0.57 | 0.18 | 0 | 0.09 | 199.4 | 0.75 | 0.65 |
| Hex | 64 | BE | E9 | 39 | 12 | 0 | 9 | C7 | 4B | 41 |
| Octal | 144 | 276 | 351 | 71 | 22 | 0 | 11 | 307 | 113 | 101 |
| Binary | 1100100 | 10111110 | 11101001 | 111001 | 10010 | 0 | 1001 | 11000111 | 1001011 | 1000001 |
Color Harmonies of #64BEE9
Complementary color
Monochromatic Colors of #64BEE9
Black with #64BEE9
Text Example
Text Example
White with #64BEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEE9; }
p { color: rgb(100,190,233); }
H1.HeaderClassName
{
color: #64BEE9;
}
.AnyTagClassName
{
color: #64BEE9;
}
</style>
background-color css
<style>
a { background-color: #64BEE9; }
a { background-color: rgb(100,190,233); }
div.DivClassName
{
background-color: #64BEE9;
}
.BgClassName
{
background-color: #64BEE9;
}
</style>
border-color css
<style>
span { border-color: #64BEE9; }
span { border-color: rgb(100,190,233); }
td.TdClassName
{
border-color: #64BEE9;
}
.TagClassName
{
border-color: #64BEE9;
}
</style>