Shades of Malibu #64C2EF
Tints of Malibu #64C2EF
RGB
CMYK
RGB Variations
Color information
#64C2EF (or 0x64C2EF) is known color: Malibu. HEX triplet: 64, C2 and EF. RGB value is (100,194,239). Sum of RGB (Red+Green+Blue) = 100+194+239=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #64C2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C2EF is #9B3D10. Grayscale: #AAAAAA. Windows color (decimal): -10173713 or 15712868. OLE color: 15712868.
HSL color Cylindrical-coordinate representation of color #64C2EF: hue angle of 199.42º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C2EF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 194 | 239 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.06 |
| HSL | 199.42º | 0.81% | 0.66% | - |
| HSV(B) | 199.42º | 0.58% | 0.94% | - |
| XYZ | 40.13 | 47.52 | 88.72 | - |
| YUV | 171.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 239 | 0.58 | 0.19 | 0 | 0.06 | 199.42 | 0.81 | 0.66 |
| Hex | 64 | C2 | EF | 3A | 13 | 0 | 6 | C7 | 51 | 42 |
| Octal | 144 | 302 | 357 | 72 | 23 | 0 | 6 | 307 | 121 | 102 |
| Binary | 1100100 | 11000010 | 11101111 | 111010 | 10011 | 0 | 110 | 11000111 | 1010001 | 1000010 |
Color Harmonies of #64C2EF
Complementary color
Monochromatic Colors of #64C2EF
Black with #64C2EF
Text Example
Text Example
White with #64C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C2EF; }
p { color: rgb(100,194,239); }
H1.HeaderClassName
{
color: #64C2EF;
}
.AnyTagClassName
{
color: #64C2EF;
}
</style>
background-color css
<style>
a { background-color: #64C2EF; }
a { background-color: rgb(100,194,239); }
div.DivClassName
{
background-color: #64C2EF;
}
.BgClassName
{
background-color: #64C2EF;
}
</style>
border-color css
<style>
span { border-color: #64C2EF; }
span { border-color: rgb(100,194,239); }
td.TdClassName
{
border-color: #64C2EF;
}
.TagClassName
{
border-color: #64C2EF;
}
</style>