Shades of Malibu #76BBE7
Tints of Malibu #76BBE7
RGB
CMYK
RGB Variations
Color information
#76BBE7 (or 0x76BBE7) is known color: Malibu. HEX triplet: 76, BB and E7. RGB value is (118,187,231). Sum of RGB (Red+Green+Blue) = 118+187+231=536 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.01% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #76BBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BBE7 is #894418. Grayscale: #ABABAB. Windows color (decimal): -8995865 or 15186806. OLE color: 15186806.
HSL color Cylindrical-coordinate representation of color #76BBE7: hue angle of 203.36º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76BBE7 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 187 | 231 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.09 |
| HSL | 203.36º | 0.7% | 0.68% | - |
| HSV(B) | 203.36º | 0.49% | 0.91% | - |
| XYZ | 39.67 | 45.16 | 82.23 | - |
| YUV | 171.39 | 161.64 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 231 | 0.49 | 0.19 | 0 | 0.09 | 203.36 | 0.7 | 0.68 |
| Hex | 76 | BB | E7 | 31 | 13 | 0 | 9 | CB | 46 | 44 |
| Octal | 166 | 273 | 347 | 61 | 23 | 0 | 11 | 313 | 106 | 104 |
| Binary | 1110110 | 10111011 | 11100111 | 110001 | 10011 | 0 | 1001 | 11001011 | 1000110 | 1000100 |
Color Harmonies of #76BBE7
Complementary color
Monochromatic Colors of #76BBE7
Black with #76BBE7
Text Example
Text Example
White with #76BBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBE7; }
p { color: rgb(118,187,231); }
H1.HeaderClassName
{
color: #76BBE7;
}
.AnyTagClassName
{
color: #76BBE7;
}
</style>
background-color css
<style>
a { background-color: #76BBE7; }
a { background-color: rgb(118,187,231); }
div.DivClassName
{
background-color: #76BBE7;
}
.BgClassName
{
background-color: #76BBE7;
}
</style>
border-color css
<style>
span { border-color: #76BBE7; }
span { border-color: rgb(118,187,231); }
td.TdClassName
{
border-color: #76BBE7;
}
.TagClassName
{
border-color: #76BBE7;
}
</style>