Shades of Malibu #76BAE7
Tints of Malibu #76BAE7
RGB
CMYK
RGB Variations
Color information
#76BAE7 (or 0x76BAE7) is known color: Malibu. HEX triplet: 76, BA and E7. RGB value is (118,186,231). Sum of RGB (Red+Green+Blue) = 118+186+231=535 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.06% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #76BAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BAE7 is #894518. Grayscale: #AAAAAA. Windows color (decimal): -8996121 or 15186550. OLE color: 15186550.
HSL color Cylindrical-coordinate representation of color #76BAE7: hue angle of 203.89º 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 #76BAE7 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 186 | 231 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.09 |
| HSL | 203.89º | 0.7% | 0.68% | - |
| HSV(B) | 203.89º | 0.49% | 0.91% | - |
| XYZ | 39.45 | 44.74 | 82.16 | - |
| YUV | 170.8 | 161.97 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 231 | 0.49 | 0.19 | 0 | 0.09 | 203.89 | 0.7 | 0.68 |
| Hex | 76 | BA | E7 | 31 | 13 | 0 | 9 | CC | 46 | 44 |
| Octal | 166 | 272 | 347 | 61 | 23 | 0 | 11 | 314 | 106 | 104 |
| Binary | 1110110 | 10111010 | 11100111 | 110001 | 10011 | 0 | 1001 | 11001100 | 1000110 | 1000100 |
Color Harmonies of #76BAE7
Complementary color
Monochromatic Colors of #76BAE7
Black with #76BAE7
Text Example
Text Example
White with #76BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BAE7; }
p { color: rgb(118,186,231); }
H1.HeaderClassName
{
color: #76BAE7;
}
.AnyTagClassName
{
color: #76BAE7;
}
</style>
background-color css
<style>
a { background-color: #76BAE7; }
a { background-color: rgb(118,186,231); }
div.DivClassName
{
background-color: #76BAE7;
}
.BgClassName
{
background-color: #76BAE7;
}
</style>
border-color css
<style>
span { border-color: #76BAE7; }
span { border-color: rgb(118,186,231); }
td.TdClassName
{
border-color: #76BAE7;
}
.TagClassName
{
border-color: #76BAE7;
}
</style>