Shades of Malibu #76BAE1
Tints of Malibu #76BAE1
RGB
CMYK
RGB Variations
Color information
#76BAE1 (or 0x76BAE1) is known color: Malibu. HEX triplet: 76, BA and E1. RGB value is (118,186,225). Sum of RGB (Red+Green+Blue) = 118+186+225=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #76BAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BAE1 is #89451E. Grayscale: #A9A9A9. Windows color (decimal): -8996127 or 14793334. OLE color: 14793334.
HSL color Cylindrical-coordinate representation of color #76BAE1: hue angle of 201.87º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76BAE1 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 186 | 225 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.12 |
| HSL | 201.87º | 0.64% | 0.67% | - |
| HSV(B) | 201.87º | 0.48% | 0.88% | - |
| XYZ | 38.62 | 44.41 | 77.77 | - |
| YUV | 170.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 225 | 0.48 | 0.17 | 0 | 0.12 | 201.87 | 0.64 | 0.67 |
| Hex | 76 | BA | E1 | 30 | 11 | 0 | C | CA | 40 | 43 |
| Octal | 166 | 272 | 341 | 60 | 21 | 0 | 14 | 312 | 100 | 103 |
| Binary | 1110110 | 10111010 | 11100001 | 110000 | 10001 | 0 | 1100 | 11001010 | 1000000 | 1000011 |
Color Harmonies of #76BAE1
Complementary color
Monochromatic Colors of #76BAE1
Black with #76BAE1
Text Example
Text Example
White with #76BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BAE1; }
p { color: rgb(118,186,225); }
H1.HeaderClassName
{
color: #76BAE1;
}
.AnyTagClassName
{
color: #76BAE1;
}
</style>
background-color css
<style>
a { background-color: #76BAE1; }
a { background-color: rgb(118,186,225); }
div.DivClassName
{
background-color: #76BAE1;
}
.BgClassName
{
background-color: #76BAE1;
}
</style>
border-color css
<style>
span { border-color: #76BAE1; }
span { border-color: rgb(118,186,225); }
td.TdClassName
{
border-color: #76BAE1;
}
.TagClassName
{
border-color: #76BAE1;
}
</style>