Shades of Malibu #64C5DE
Tints of Malibu #64C5DE
RGB
CMYK
RGB Variations
Color information
#64C5DE (or 0x64C5DE) is known color: Malibu. HEX triplet: 64, C5 and DE. RGB value is (100,197,222). Sum of RGB (Red+Green+Blue) = 100+197+222=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #64C5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C5DE is #9B3A21. Grayscale: #AAAAAA. Windows color (decimal): -10172962 or 14599524. OLE color: 14599524.
HSL color Cylindrical-coordinate representation of color #64C5DE: hue angle of 192.3º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64C5DE is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 197 | 222 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.13 |
| HSL | 192.3º | 0.65% | 0.63% | - |
| HSV(B) | 192.3º | 0.55% | 0.87% | - |
| XYZ | 38.41 | 47.92 | 76.33 | - |
| YUV | 170.85 | 156.86 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 222 | 0.55 | 0.11 | 0 | 0.13 | 192.3 | 0.65 | 0.63 |
| Hex | 64 | C5 | DE | 37 | B | 0 | D | C0 | 41 | 3F |
| Octal | 144 | 305 | 336 | 67 | 13 | 0 | 15 | 300 | 101 | 77 |
| Binary | 1100100 | 11000101 | 11011110 | 110111 | 1011 | 0 | 1101 | 11000000 | 1000001 | 111111 |
Color Harmonies of #64C5DE
Complementary color
Monochromatic Colors of #64C5DE
Black with #64C5DE
Text Example
Text Example
White with #64C5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C5DE; }
p { color: rgb(100,197,222); }
H1.HeaderClassName
{
color: #64C5DE;
}
.AnyTagClassName
{
color: #64C5DE;
}
</style>
background-color css
<style>
a { background-color: #64C5DE; }
a { background-color: rgb(100,197,222); }
div.DivClassName
{
background-color: #64C5DE;
}
.BgClassName
{
background-color: #64C5DE;
}
</style>
border-color css
<style>
span { border-color: #64C5DE; }
span { border-color: rgb(100,197,222); }
td.TdClassName
{
border-color: #64C5DE;
}
.TagClassName
{
border-color: #64C5DE;
}
</style>