Shades of Malibu #77BBE8
Tints of Malibu #77BBE8
RGB
CMYK
RGB Variations
Color information
#77BBE8 (or 0x77BBE8) is known color: Malibu. HEX triplet: 77, BB and E8. RGB value is (119,187,232). Sum of RGB (Red+Green+Blue) = 119+187+232=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #77BBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BBE8 is #884417. Grayscale: #ABABAB. Windows color (decimal): -8930328 or 15252343. OLE color: 15252343.
HSL color Cylindrical-coordinate representation of color #77BBE8: hue angle of 203.89º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77BBE8 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 187 | 232 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.09 |
| HSL | 203.89º | 0.71% | 0.69% | - |
| HSV(B) | 203.89º | 0.49% | 0.91% | - |
| XYZ | 39.94 | 45.29 | 82.98 | - |
| YUV | 171.8 | 161.97 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 232 | 0.49 | 0.19 | 0 | 0.09 | 203.89 | 0.71 | 0.69 |
| Hex | 77 | BB | E8 | 31 | 13 | 0 | 9 | CC | 47 | 45 |
| Octal | 167 | 273 | 350 | 61 | 23 | 0 | 11 | 314 | 107 | 105 |
| Binary | 1110111 | 10111011 | 11101000 | 110001 | 10011 | 0 | 1001 | 11001100 | 1000111 | 1000101 |
Color Harmonies of #77BBE8
Complementary color
Monochromatic Colors of #77BBE8
Black with #77BBE8
Text Example
Text Example
White with #77BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBE8; }
p { color: rgb(119,187,232); }
H1.HeaderClassName
{
color: #77BBE8;
}
.AnyTagClassName
{
color: #77BBE8;
}
</style>
background-color css
<style>
a { background-color: #77BBE8; }
a { background-color: rgb(119,187,232); }
div.DivClassName
{
background-color: #77BBE8;
}
.BgClassName
{
background-color: #77BBE8;
}
</style>
border-color css
<style>
span { border-color: #77BBE8; }
span { border-color: rgb(119,187,232); }
td.TdClassName
{
border-color: #77BBE8;
}
.TagClassName
{
border-color: #77BBE8;
}
</style>