Shades of Malibu #64BEEC
Tints of Malibu #64BEEC
RGB
CMYK
RGB Variations
Color information
#64BEEC (or 0x64BEEC) is known color: Malibu. HEX triplet: 64, BE and EC. RGB value is (100,190,236). Sum of RGB (Red+Green+Blue) = 100+190+236=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #64BEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEEC is #9B4113. Grayscale: #A8A8A8. Windows color (decimal): -10174740 or 15515236. OLE color: 15515236.
HSL color Cylindrical-coordinate representation of color #64BEEC: hue angle of 200.29º 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 #64BEEC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 190 | 236 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.07 |
| HSL | 200.29º | 0.78% | 0.66% | - |
| HSV(B) | 200.29º | 0.58% | 0.93% | - |
| XYZ | 38.81 | 45.59 | 86.11 | - |
| YUV | 168.33 | 166.18 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 236 | 0.58 | 0.19 | 0 | 0.07 | 200.29 | 0.78 | 0.66 |
| Hex | 64 | BE | EC | 3A | 13 | 0 | 7 | C8 | 4E | 42 |
| Octal | 144 | 276 | 354 | 72 | 23 | 0 | 7 | 310 | 116 | 102 |
| Binary | 1100100 | 10111110 | 11101100 | 111010 | 10011 | 0 | 111 | 11001000 | 1001110 | 1000010 |
Color Harmonies of #64BEEC
Complementary color
Monochromatic Colors of #64BEEC
Black with #64BEEC
Text Example
Text Example
White with #64BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEEC; }
p { color: rgb(100,190,236); }
H1.HeaderClassName
{
color: #64BEEC;
}
.AnyTagClassName
{
color: #64BEEC;
}
</style>
background-color css
<style>
a { background-color: #64BEEC; }
a { background-color: rgb(100,190,236); }
div.DivClassName
{
background-color: #64BEEC;
}
.BgClassName
{
background-color: #64BEEC;
}
</style>
border-color css
<style>
span { border-color: #64BEEC; }
span { border-color: rgb(100,190,236); }
td.TdClassName
{
border-color: #64BEEC;
}
.TagClassName
{
border-color: #64BEEC;
}
</style>