Shades of Malibu #64BFEA
Tints of Malibu #64BFEA
RGB
CMYK
RGB Variations
Color information
#64BFEA (or 0x64BFEA) is known color: Malibu. HEX triplet: 64, BF and EA. RGB value is (100,191,234). Sum of RGB (Red+Green+Blue) = 100+191+234=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #64BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFEA is #9B4015. Grayscale: #A8A8A8. Windows color (decimal): -10174486 or 15384420. OLE color: 15384420.
HSL color Cylindrical-coordinate representation of color #64BFEA: hue angle of 199.25º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BFEA is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 191 | 234 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.08 |
| HSL | 199.25º | 0.76% | 0.65% | - |
| HSV(B) | 199.25º | 0.57% | 0.92% | - |
| XYZ | 38.74 | 45.91 | 84.66 | - |
| YUV | 168.69 | 164.85 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 234 | 0.57 | 0.18 | 0 | 0.08 | 199.25 | 0.76 | 0.65 |
| Hex | 64 | BF | EA | 39 | 12 | 0 | 8 | C7 | 4C | 41 |
| Octal | 144 | 277 | 352 | 71 | 22 | 0 | 10 | 307 | 114 | 101 |
| Binary | 1100100 | 10111111 | 11101010 | 111001 | 10010 | 0 | 1000 | 11000111 | 1001100 | 1000001 |
Color Harmonies of #64BFEA
Complementary color
Monochromatic Colors of #64BFEA
Black with #64BFEA
Text Example
Text Example
White with #64BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFEA; }
p { color: rgb(100,191,234); }
H1.HeaderClassName
{
color: #64BFEA;
}
.AnyTagClassName
{
color: #64BFEA;
}
</style>
background-color css
<style>
a { background-color: #64BFEA; }
a { background-color: rgb(100,191,234); }
div.DivClassName
{
background-color: #64BFEA;
}
.BgClassName
{
background-color: #64BFEA;
}
</style>
border-color css
<style>
span { border-color: #64BFEA; }
span { border-color: rgb(100,191,234); }
td.TdClassName
{
border-color: #64BFEA;
}
.TagClassName
{
border-color: #64BFEA;
}
</style>