Shades of Malibu #64BFEC
Tints of Malibu #64BFEC
RGB
CMYK
RGB Variations
Color information
#64BFEC (or 0x64BFEC) is known color: Malibu. HEX triplet: 64, BF and EC. RGB value is (100,191,236). Sum of RGB (Red+Green+Blue) = 100+191+236=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #64BFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFEC is #9B4013. Grayscale: #A8A8A8. Windows color (decimal): -10174484 or 15515492. OLE color: 15515492.
HSL color Cylindrical-coordinate representation of color #64BFEC: hue angle of 199.85º degrees, saturation: 0.78, 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 #64BFEC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 191 | 236 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.07 |
| HSL | 199.85º | 0.78% | 0.66% | - |
| HSV(B) | 199.85º | 0.58% | 0.93% | - |
| XYZ | 39.03 | 46.03 | 86.18 | - |
| YUV | 168.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 236 | 0.58 | 0.19 | 0 | 0.07 | 199.85 | 0.78 | 0.66 |
| Hex | 64 | BF | EC | 3A | 13 | 0 | 7 | C8 | 4E | 42 |
| Octal | 144 | 277 | 354 | 72 | 23 | 0 | 7 | 310 | 116 | 102 |
| Binary | 1100100 | 10111111 | 11101100 | 111010 | 10011 | 0 | 111 | 11001000 | 1001110 | 1000010 |
Color Harmonies of #64BFEC
Complementary color
Monochromatic Colors of #64BFEC
Black with #64BFEC
Text Example
Text Example
White with #64BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFEC; }
p { color: rgb(100,191,236); }
H1.HeaderClassName
{
color: #64BFEC;
}
.AnyTagClassName
{
color: #64BFEC;
}
</style>
background-color css
<style>
a { background-color: #64BFEC; }
a { background-color: rgb(100,191,236); }
div.DivClassName
{
background-color: #64BFEC;
}
.BgClassName
{
background-color: #64BFEC;
}
</style>
border-color css
<style>
span { border-color: #64BFEC; }
span { border-color: rgb(100,191,236); }
td.TdClassName
{
border-color: #64BFEC;
}
.TagClassName
{
border-color: #64BFEC;
}
</style>