Shades of Malibu #64BEEA
Tints of Malibu #64BEEA
RGB
CMYK
RGB Variations
Color information
#64BEEA (or 0x64BEEA) is known color: Malibu. HEX triplet: 64, BE and EA. RGB value is (100,190,234). Sum of RGB (Red+Green+Blue) = 100+190+234=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #64BEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEEA is #9B4115. Grayscale: #A7A7A7. Windows color (decimal): -10174742 or 15384164. OLE color: 15384164.
HSL color Cylindrical-coordinate representation of color #64BEEA: hue angle of 199.7º 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 #64BEEA is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 190 | 234 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.08 |
| HSL | 199.7º | 0.76% | 0.65% | - |
| HSV(B) | 199.7º | 0.57% | 0.92% | - |
| XYZ | 38.52 | 45.48 | 84.59 | - |
| YUV | 168.11 | 165.18 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 234 | 0.57 | 0.19 | 0 | 0.08 | 199.7 | 0.76 | 0.65 |
| Hex | 64 | BE | EA | 39 | 13 | 0 | 8 | C8 | 4C | 41 |
| Octal | 144 | 276 | 352 | 71 | 23 | 0 | 10 | 310 | 114 | 101 |
| Binary | 1100100 | 10111110 | 11101010 | 111001 | 10011 | 0 | 1000 | 11001000 | 1001100 | 1000001 |
Color Harmonies of #64BEEA
Complementary color
Monochromatic Colors of #64BEEA
Black with #64BEEA
Text Example
Text Example
White with #64BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEEA; }
p { color: rgb(100,190,234); }
H1.HeaderClassName
{
color: #64BEEA;
}
.AnyTagClassName
{
color: #64BEEA;
}
</style>
background-color css
<style>
a { background-color: #64BEEA; }
a { background-color: rgb(100,190,234); }
div.DivClassName
{
background-color: #64BEEA;
}
.BgClassName
{
background-color: #64BEEA;
}
</style>
border-color css
<style>
span { border-color: #64BEEA; }
span { border-color: rgb(100,190,234); }
td.TdClassName
{
border-color: #64BEEA;
}
.TagClassName
{
border-color: #64BEEA;
}
</style>