Shades of Malibu #64C2ED
Tints of Malibu #64C2ED
RGB
CMYK
RGB Variations
Color information
#64C2ED (or 0x64C2ED) is known color: Malibu. HEX triplet: 64, C2 and ED. RGB value is (100,194,237). Sum of RGB (Red+Green+Blue) = 100+194+237=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #64C2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C2ED is #9B3D12. Grayscale: #AAAAAA. Windows color (decimal): -10173715 or 15581796. OLE color: 15581796.
HSL color Cylindrical-coordinate representation of color #64C2ED: hue angle of 198.83º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C2ED is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 194 | 237 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.07 |
| HSL | 198.83º | 0.79% | 0.66% | - |
| HSV(B) | 198.83º | 0.58% | 0.93% | - |
| XYZ | 39.83 | 47.41 | 87.17 | - |
| YUV | 170.8 | 165.36 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 237 | 0.58 | 0.18 | 0 | 0.07 | 198.83 | 0.79 | 0.66 |
| Hex | 64 | C2 | ED | 3A | 12 | 0 | 7 | C7 | 4F | 42 |
| Octal | 144 | 302 | 355 | 72 | 22 | 0 | 7 | 307 | 117 | 102 |
| Binary | 1100100 | 11000010 | 11101101 | 111010 | 10010 | 0 | 111 | 11000111 | 1001111 | 1000010 |
Color Harmonies of #64C2ED
Complementary color
Monochromatic Colors of #64C2ED
Black with #64C2ED
Text Example
Text Example
White with #64C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C2ED; }
p { color: rgb(100,194,237); }
H1.HeaderClassName
{
color: #64C2ED;
}
.AnyTagClassName
{
color: #64C2ED;
}
</style>
background-color css
<style>
a { background-color: #64C2ED; }
a { background-color: rgb(100,194,237); }
div.DivClassName
{
background-color: #64C2ED;
}
.BgClassName
{
background-color: #64C2ED;
}
</style>
border-color css
<style>
span { border-color: #64C2ED; }
span { border-color: rgb(100,194,237); }
td.TdClassName
{
border-color: #64C2ED;
}
.TagClassName
{
border-color: #64C2ED;
}
</style>