Shades of Malibu #64B2ED
Tints of Malibu #64B2ED
RGB
CMYK
RGB Variations
Color information
#64B2ED (or 0x64B2ED) is known color: Malibu. HEX triplet: 64, B2 and ED. RGB value is (100,178,237). Sum of RGB (Red+Green+Blue) = 100+178+237=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #64B2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B2ED is #9B4D12. Grayscale: #A1A1A1. Windows color (decimal): -10177811 or 15577700. OLE color: 15577700.
HSL color Cylindrical-coordinate representation of color #64B2ED: hue angle of 205.84º 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 #64B2ED is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 178 | 237 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.07 |
| HSL | 205.84º | 0.79% | 0.66% | - |
| HSV(B) | 205.84º | 0.58% | 0.93% | - |
| XYZ | 36.46 | 40.66 | 86.05 | - |
| YUV | 161.4 | 170.66 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 237 | 0.58 | 0.25 | 0 | 0.07 | 205.84 | 0.79 | 0.66 |
| Hex | 64 | B2 | ED | 3A | 19 | 0 | 7 | CE | 4F | 42 |
| Octal | 144 | 262 | 355 | 72 | 31 | 0 | 7 | 316 | 117 | 102 |
| Binary | 1100100 | 10110010 | 11101101 | 111010 | 11001 | 0 | 111 | 11001110 | 1001111 | 1000010 |
Color Harmonies of #64B2ED
Complementary color
Monochromatic Colors of #64B2ED
Black with #64B2ED
Text Example
Text Example
White with #64B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B2ED; }
p { color: rgb(100,178,237); }
H1.HeaderClassName
{
color: #64B2ED;
}
.AnyTagClassName
{
color: #64B2ED;
}
</style>
background-color css
<style>
a { background-color: #64B2ED; }
a { background-color: rgb(100,178,237); }
div.DivClassName
{
background-color: #64B2ED;
}
.BgClassName
{
background-color: #64B2ED;
}
</style>
border-color css
<style>
span { border-color: #64B2ED; }
span { border-color: rgb(100,178,237); }
td.TdClassName
{
border-color: #64B2ED;
}
.TagClassName
{
border-color: #64B2ED;
}
</style>