Shades of Malibu #64B9ED
Tints of Malibu #64B9ED
RGB
CMYK
RGB Variations
Color information
#64B9ED (or 0x64B9ED) is known color: Malibu. HEX triplet: 64, B9 and ED. RGB value is (100,185,237). Sum of RGB (Red+Green+Blue) = 100+185+237=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #64B9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B9ED is #9B4612. Grayscale: #A5A5A5. Windows color (decimal): -10176019 or 15579492. OLE color: 15579492.
HSL color Cylindrical-coordinate representation of color #64B9ED: hue angle of 202.77º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64B9ED is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 185 | 237 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.07 |
| HSL | 202.77º | 0.79% | 0.66% | - |
| HSV(B) | 202.77º | 0.58% | 0.93% | - |
| XYZ | 37.89 | 43.52 | 86.52 | - |
| YUV | 165.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 237 | 0.58 | 0.22 | 0 | 0.07 | 202.77 | 0.79 | 0.66 |
| Hex | 64 | B9 | ED | 3A | 16 | 0 | 7 | CB | 4F | 42 |
| Octal | 144 | 271 | 355 | 72 | 26 | 0 | 7 | 313 | 117 | 102 |
| Binary | 1100100 | 10111001 | 11101101 | 111010 | 10110 | 0 | 111 | 11001011 | 1001111 | 1000010 |
Color Harmonies of #64B9ED
Complementary color
Monochromatic Colors of #64B9ED
Black with #64B9ED
Text Example
Text Example
White with #64B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B9ED; }
p { color: rgb(100,185,237); }
H1.HeaderClassName
{
color: #64B9ED;
}
.AnyTagClassName
{
color: #64B9ED;
}
</style>
background-color css
<style>
a { background-color: #64B9ED; }
a { background-color: rgb(100,185,237); }
div.DivClassName
{
background-color: #64B9ED;
}
.BgClassName
{
background-color: #64B9ED;
}
</style>
border-color css
<style>
span { border-color: #64B9ED; }
span { border-color: rgb(100,185,237); }
td.TdClassName
{
border-color: #64B9ED;
}
.TagClassName
{
border-color: #64B9ED;
}
</style>