Shades of Malibu #64B7EF
Tints of Malibu #64B7EF
RGB
CMYK
RGB Variations
Color information
#64B7EF (or 0x64B7EF) is known color: Malibu. HEX triplet: 64, B7 and EF. RGB value is (100,183,239). Sum of RGB (Red+Green+Blue) = 100+183+239=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #64B7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B7EF is #9B4810. Grayscale: #A4A4A4. Windows color (decimal): -10176529 or 15710052. OLE color: 15710052.
HSL color Cylindrical-coordinate representation of color #64B7EF: hue angle of 204.17º 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 #64B7EF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 183 | 239 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.06 |
| HSL | 204.17º | 0.81% | 0.66% | - |
| HSV(B) | 204.17º | 0.58% | 0.94% | - |
| XYZ | 37.77 | 42.81 | 87.93 | - |
| YUV | 164.57 | 170 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 239 | 0.58 | 0.23 | 0 | 0.06 | 204.17 | 0.81 | 0.66 |
| Hex | 64 | B7 | EF | 3A | 17 | 0 | 6 | CC | 51 | 42 |
| Octal | 144 | 267 | 357 | 72 | 27 | 0 | 6 | 314 | 121 | 102 |
| Binary | 1100100 | 10110111 | 11101111 | 111010 | 10111 | 0 | 110 | 11001100 | 1010001 | 1000010 |
Color Harmonies of #64B7EF
Complementary color
Monochromatic Colors of #64B7EF
Black with #64B7EF
Text Example
Text Example
White with #64B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B7EF; }
p { color: rgb(100,183,239); }
H1.HeaderClassName
{
color: #64B7EF;
}
.AnyTagClassName
{
color: #64B7EF;
}
</style>
background-color css
<style>
a { background-color: #64B7EF; }
a { background-color: rgb(100,183,239); }
div.DivClassName
{
background-color: #64B7EF;
}
.BgClassName
{
background-color: #64B7EF;
}
</style>
border-color css
<style>
span { border-color: #64B7EF; }
span { border-color: rgb(100,183,239); }
td.TdClassName
{
border-color: #64B7EF;
}
.TagClassName
{
border-color: #64B7EF;
}
</style>