Shades of Malibu #64A8EB
Tints of Malibu #64A8EB
RGB
CMYK
RGB Variations
Color information
#64A8EB (or 0x64A8EB) is known color: Malibu. HEX triplet: 64, A8 and EB. RGB value is (100,168,235). Sum of RGB (Red+Green+Blue) = 100+168+235=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #64A8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A8EB is #9B5714. Grayscale: #9A9A9A. Windows color (decimal): -10180373 or 15444068. OLE color: 15444068.
HSL color Cylindrical-coordinate representation of color #64A8EB: hue angle of 209.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64A8EB is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 168 | 235 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.08 |
| HSL | 209.78º | 0.77% | 0.66% | - |
| HSV(B) | 209.78º | 0.57% | 0.92% | - |
| XYZ | 34.25 | 36.71 | 83.88 | - |
| YUV | 155.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 235 | 0.57 | 0.29 | 0 | 0.08 | 209.78 | 0.77 | 0.66 |
| Hex | 64 | A8 | EB | 39 | 1D | 0 | 8 | D2 | 4D | 42 |
| Octal | 144 | 250 | 353 | 71 | 35 | 0 | 10 | 322 | 115 | 102 |
| Binary | 1100100 | 10101000 | 11101011 | 111001 | 11101 | 0 | 1000 | 11010010 | 1001101 | 1000010 |
Color Harmonies of #64A8EB
Complementary color
Monochromatic Colors of #64A8EB
Black with #64A8EB
Text Example
Text Example
White with #64A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A8EB; }
p { color: rgb(100,168,235); }
H1.HeaderClassName
{
color: #64A8EB;
}
.AnyTagClassName
{
color: #64A8EB;
}
</style>
background-color css
<style>
a { background-color: #64A8EB; }
a { background-color: rgb(100,168,235); }
div.DivClassName
{
background-color: #64A8EB;
}
.BgClassName
{
background-color: #64A8EB;
}
</style>
border-color css
<style>
span { border-color: #64A8EB; }
span { border-color: rgb(100,168,235); }
td.TdClassName
{
border-color: #64A8EB;
}
.TagClassName
{
border-color: #64A8EB;
}
</style>