Shades of Maya Blue #76BBFF
Tints of Maya Blue #76BBFF
RGB
CMYK
RGB Variations
Color information
#76BBFF (or 0x76BBFF) is known color: Maya Blue. HEX triplet: 76, BB and FF. RGB value is (118,187,255). Sum of RGB (Red+Green+Blue) = 118+187+255=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #76BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BBFF is #894400. Grayscale: #ADADAD. Windows color (decimal): -8995841 or 16759670. OLE color: 16759670.
HSL color Cylindrical-coordinate representation of color #76BBFF: hue angle of 209.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76BBFF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 187 | 255 | - |
| CMYK | 0.54 | 0.27 | 0 | 0 |
| HSL | 209.78º | 1% | 0.73% | - |
| HSV(B) | 209.78º | 0.54% | 1% | - |
| XYZ | 43.29 | 46.61 | 101.32 | - |
| YUV | 174.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 255 | 0.54 | 0.27 | 0 | 0 | 209.78 | 1 | 0.73 |
| Hex | 76 | BB | FF | 36 | 1B | 0 | 0 | D2 | 64 | 49 |
| Octal | 166 | 273 | 377 | 66 | 33 | 0 | 0 | 322 | 144 | 111 |
| Binary | 1110110 | 10111011 | 11111111 | 110110 | 11011 | 0 | 0 | 11010010 | 1100100 | 1001001 |
Color Harmonies of #76BBFF
Complementary color
Monochromatic Colors of #76BBFF
Black with #76BBFF
Text Example
Text Example
White with #76BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBFF; }
p { color: rgb(118,187,255); }
H1.HeaderClassName
{
color: #76BBFF;
}
.AnyTagClassName
{
color: #76BBFF;
}
</style>
background-color css
<style>
a { background-color: #76BBFF; }
a { background-color: rgb(118,187,255); }
div.DivClassName
{
background-color: #76BBFF;
}
.BgClassName
{
background-color: #76BBFF;
}
</style>
border-color css
<style>
span { border-color: #76BBFF; }
span { border-color: rgb(118,187,255); }
td.TdClassName
{
border-color: #76BBFF;
}
.TagClassName
{
border-color: #76BBFF;
}
</style>