Shades of Malibu #76BBE5
Tints of Malibu #76BBE5
RGB
CMYK
RGB Variations
Color information
#76BBE5 (or 0x76BBE5) is known color: Malibu. HEX triplet: 76, BB and E5. RGB value is (118,187,229). Sum of RGB (Red+Green+Blue) = 118+187+229=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #76BBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBE5 is #89441A. Grayscale: #AAAAAA. Windows color (decimal): -8995867 or 15055734. OLE color: 15055734.
HSL color Cylindrical-coordinate representation of color #76BBE5: hue angle of 202.7º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76BBE5 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 187 | 229 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.10 |
| HSL | 202.7º | 0.68% | 0.68% | - |
| HSV(B) | 202.7º | 0.48% | 0.9% | - |
| XYZ | 39.38 | 45.05 | 80.75 | - |
| YUV | 171.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 229 | 0.48 | 0.18 | 0 | 0.10 | 202.7 | 0.68 | 0.68 |
| Hex | 76 | BB | E5 | 30 | 12 | 0 | A | CB | 44 | 44 |
| Octal | 166 | 273 | 345 | 60 | 22 | 0 | 12 | 313 | 104 | 104 |
| Binary | 1110110 | 10111011 | 11100101 | 110000 | 10010 | 0 | 1010 | 11001011 | 1000100 | 1000100 |
Color Harmonies of #76BBE5
Complementary color
Monochromatic Colors of #76BBE5
Black with #76BBE5
Text Example
Text Example
White with #76BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBE5; }
p { color: rgb(118,187,229); }
H1.HeaderClassName
{
color: #76BBE5;
}
.AnyTagClassName
{
color: #76BBE5;
}
</style>
background-color css
<style>
a { background-color: #76BBE5; }
a { background-color: rgb(118,187,229); }
div.DivClassName
{
background-color: #76BBE5;
}
.BgClassName
{
background-color: #76BBE5;
}
</style>
border-color css
<style>
span { border-color: #76BBE5; }
span { border-color: rgb(118,187,229); }
td.TdClassName
{
border-color: #76BBE5;
}
.TagClassName
{
border-color: #76BBE5;
}
</style>