Shades of Malibu #64BFEB
Tints of Malibu #64BFEB
RGB
CMYK
RGB Variations
Color information
#64BFEB (or 0x64BFEB) is known color: Malibu. HEX triplet: 64, BF and EB. RGB value is (100,191,235). Sum of RGB (Red+Green+Blue) = 100+191+235=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #64BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFEB is #9B4014. Grayscale: #A8A8A8. Windows color (decimal): -10174485 or 15449956. OLE color: 15449956.
HSL color Cylindrical-coordinate representation of color #64BFEB: hue angle of 199.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BFEB is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 191 | 235 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.08 |
| HSL | 199.56º | 0.77% | 0.66% | - |
| HSV(B) | 199.56º | 0.57% | 0.92% | - |
| XYZ | 38.88 | 45.97 | 85.42 | - |
| YUV | 168.81 | 165.35 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 235 | 0.57 | 0.19 | 0 | 0.08 | 199.56 | 0.77 | 0.66 |
| Hex | 64 | BF | EB | 39 | 13 | 0 | 8 | C8 | 4D | 42 |
| Octal | 144 | 277 | 353 | 71 | 23 | 0 | 10 | 310 | 115 | 102 |
| Binary | 1100100 | 10111111 | 11101011 | 111001 | 10011 | 0 | 1000 | 11001000 | 1001101 | 1000010 |
Color Harmonies of #64BFEB
Complementary color
Monochromatic Colors of #64BFEB
Black with #64BFEB
Text Example
Text Example
White with #64BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFEB; }
p { color: rgb(100,191,235); }
H1.HeaderClassName
{
color: #64BFEB;
}
.AnyTagClassName
{
color: #64BFEB;
}
</style>
background-color css
<style>
a { background-color: #64BFEB; }
a { background-color: rgb(100,191,235); }
div.DivClassName
{
background-color: #64BFEB;
}
.BgClassName
{
background-color: #64BFEB;
}
</style>
border-color css
<style>
span { border-color: #64BFEB; }
span { border-color: rgb(100,191,235); }
td.TdClassName
{
border-color: #64BFEB;
}
.TagClassName
{
border-color: #64BFEB;
}
</style>