Shades of Malibu #64C0EB
Tints of Malibu #64C0EB
RGB
CMYK
RGB Variations
Color information
#64C0EB (or 0x64C0EB) is known color: Malibu. HEX triplet: 64, C0 and EB. RGB value is (100,192,235). Sum of RGB (Red+Green+Blue) = 100+192+235=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #64C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C0EB is #9B3F14. Grayscale: #A9A9A9. Windows color (decimal): -10174229 or 15450212. OLE color: 15450212.
HSL color Cylindrical-coordinate representation of color #64C0EB: hue angle of 199.11º 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 #64C0EB is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 192 | 235 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.08 |
| HSL | 199.11º | 0.77% | 0.66% | - |
| HSV(B) | 199.11º | 0.57% | 0.92% | - |
| XYZ | 39.1 | 46.41 | 85.49 | - |
| YUV | 169.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 235 | 0.57 | 0.18 | 0 | 0.08 | 199.11 | 0.77 | 0.66 |
| Hex | 64 | C0 | EB | 39 | 12 | 0 | 8 | C7 | 4D | 42 |
| Octal | 144 | 300 | 353 | 71 | 22 | 0 | 10 | 307 | 115 | 102 |
| Binary | 1100100 | 11000000 | 11101011 | 111001 | 10010 | 0 | 1000 | 11000111 | 1001101 | 1000010 |
Color Harmonies of #64C0EB
Complementary color
Monochromatic Colors of #64C0EB
Black with #64C0EB
Text Example
Text Example
White with #64C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C0EB; }
p { color: rgb(100,192,235); }
H1.HeaderClassName
{
color: #64C0EB;
}
.AnyTagClassName
{
color: #64C0EB;
}
</style>
background-color css
<style>
a { background-color: #64C0EB; }
a { background-color: rgb(100,192,235); }
div.DivClassName
{
background-color: #64C0EB;
}
.BgClassName
{
background-color: #64C0EB;
}
</style>
border-color css
<style>
span { border-color: #64C0EB; }
span { border-color: rgb(100,192,235); }
td.TdClassName
{
border-color: #64C0EB;
}
.TagClassName
{
border-color: #64C0EB;
}
</style>