Shades of Malibu #64BCE4
Tints of Malibu #64BCE4
RGB
CMYK
RGB Variations
Color information
#64BCE4 (or 0x64BCE4) is known color: Malibu. HEX triplet: 64, BC and E4. RGB value is (100,188,228). Sum of RGB (Red+Green+Blue) = 100+188+228=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #64BCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCE4 is #9B431B. Grayscale: #A6A6A6. Windows color (decimal): -10175260 or 14990436. OLE color: 14990436.
HSL color Cylindrical-coordinate representation of color #64BCE4: hue angle of 198.75º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64BCE4 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 188 | 228 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.11 |
| HSL | 198.75º | 0.7% | 0.64% | - |
| HSV(B) | 198.75º | 0.56% | 0.89% | - |
| XYZ | 37.24 | 44.28 | 79.98 | - |
| YUV | 166.25 | 162.85 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 228 | 0.56 | 0.18 | 0 | 0.11 | 198.75 | 0.7 | 0.64 |
| Hex | 64 | BC | E4 | 38 | 12 | 0 | B | C7 | 46 | 40 |
| Octal | 144 | 274 | 344 | 70 | 22 | 0 | 13 | 307 | 106 | 100 |
| Binary | 1100100 | 10111100 | 11100100 | 111000 | 10010 | 0 | 1011 | 11000111 | 1000110 | 1000000 |
Color Harmonies of #64BCE4
Complementary color
Monochromatic Colors of #64BCE4
Black with #64BCE4
Text Example
Text Example
White with #64BCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCE4; }
p { color: rgb(100,188,228); }
H1.HeaderClassName
{
color: #64BCE4;
}
.AnyTagClassName
{
color: #64BCE4;
}
</style>
background-color css
<style>
a { background-color: #64BCE4; }
a { background-color: rgb(100,188,228); }
div.DivClassName
{
background-color: #64BCE4;
}
.BgClassName
{
background-color: #64BCE4;
}
</style>
border-color css
<style>
span { border-color: #64BCE4; }
span { border-color: rgb(100,188,228); }
td.TdClassName
{
border-color: #64BCE4;
}
.TagClassName
{
border-color: #64BCE4;
}
</style>