Shades of Malibu #64B7EE
Tints of Malibu #64B7EE
RGB
CMYK
RGB Variations
Color information
#64B7EE (or 0x64B7EE) is known color: Malibu. HEX triplet: 64, B7 and EE. RGB value is (100,183,238). Sum of RGB (Red+Green+Blue) = 100+183+238=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #64B7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B7EE is #9B4811. Grayscale: #A4A4A4. Windows color (decimal): -10176530 or 15644516. OLE color: 15644516.
HSL color Cylindrical-coordinate representation of color #64B7EE: hue angle of 203.91º degrees, saturation: 0.8, 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 #64B7EE is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 183 | 238 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.07 |
| HSL | 203.91º | 0.8% | 0.66% | - |
| HSV(B) | 203.91º | 0.58% | 0.93% | - |
| XYZ | 37.62 | 42.75 | 87.16 | - |
| YUV | 164.45 | 169.5 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 238 | 0.58 | 0.23 | 0 | 0.07 | 203.91 | 0.8 | 0.66 |
| Hex | 64 | B7 | EE | 3A | 17 | 0 | 7 | CC | 50 | 42 |
| Octal | 144 | 267 | 356 | 72 | 27 | 0 | 7 | 314 | 120 | 102 |
| Binary | 1100100 | 10110111 | 11101110 | 111010 | 10111 | 0 | 111 | 11001100 | 1010000 | 1000010 |
Color Harmonies of #64B7EE
Complementary color
Monochromatic Colors of #64B7EE
Black with #64B7EE
Text Example
Text Example
White with #64B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B7EE; }
p { color: rgb(100,183,238); }
H1.HeaderClassName
{
color: #64B7EE;
}
.AnyTagClassName
{
color: #64B7EE;
}
</style>
background-color css
<style>
a { background-color: #64B7EE; }
a { background-color: rgb(100,183,238); }
div.DivClassName
{
background-color: #64B7EE;
}
.BgClassName
{
background-color: #64B7EE;
}
</style>
border-color css
<style>
span { border-color: #64B7EE; }
span { border-color: rgb(100,183,238); }
td.TdClassName
{
border-color: #64B7EE;
}
.TagClassName
{
border-color: #64B7EE;
}
</style>