Shades of Malibu #64C0EA
Tints of Malibu #64C0EA
RGB
CMYK
RGB Variations
Color information
#64C0EA (or 0x64C0EA) is known color: Malibu. HEX triplet: 64, C0 and EA. RGB value is (100,192,234). Sum of RGB (Red+Green+Blue) = 100+192+234=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #64C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C0EA is #9B3F15. Grayscale: #A9A9A9. Windows color (decimal): -10174230 or 15384676. OLE color: 15384676.
HSL color Cylindrical-coordinate representation of color #64C0EA: hue angle of 198.81º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64C0EA is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 192 | 234 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.08 |
| HSL | 198.81º | 0.76% | 0.65% | - |
| HSV(B) | 198.81º | 0.57% | 0.92% | - |
| XYZ | 38.96 | 46.35 | 84.73 | - |
| YUV | 169.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 234 | 0.57 | 0.18 | 0 | 0.08 | 198.81 | 0.76 | 0.65 |
| Hex | 64 | C0 | EA | 39 | 12 | 0 | 8 | C7 | 4C | 41 |
| Octal | 144 | 300 | 352 | 71 | 22 | 0 | 10 | 307 | 114 | 101 |
| Binary | 1100100 | 11000000 | 11101010 | 111001 | 10010 | 0 | 1000 | 11000111 | 1001100 | 1000001 |
Color Harmonies of #64C0EA
Complementary color
Monochromatic Colors of #64C0EA
Black with #64C0EA
Text Example
Text Example
White with #64C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C0EA; }
p { color: rgb(100,192,234); }
H1.HeaderClassName
{
color: #64C0EA;
}
.AnyTagClassName
{
color: #64C0EA;
}
</style>
background-color css
<style>
a { background-color: #64C0EA; }
a { background-color: rgb(100,192,234); }
div.DivClassName
{
background-color: #64C0EA;
}
.BgClassName
{
background-color: #64C0EA;
}
</style>
border-color css
<style>
span { border-color: #64C0EA; }
span { border-color: rgb(100,192,234); }
td.TdClassName
{
border-color: #64C0EA;
}
.TagClassName
{
border-color: #64C0EA;
}
</style>