Shades of Maya Blue #76BAFF
Tints of Maya Blue #76BAFF
RGB
CMYK
RGB Variations
Color information
#76BAFF (or 0x76BAFF) is known color: Maya Blue. HEX triplet: 76, BA and FF. RGB value is (118,186,255). Sum of RGB (Red+Green+Blue) = 118+186+255=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #76BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BAFF is #894500. Grayscale: #ADADAD. Windows color (decimal): -8996097 or 16759414. OLE color: 16759414.
HSL color Cylindrical-coordinate representation of color #76BAFF: hue angle of 210.22º 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 #76BAFF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 186 | 255 | - |
| CMYK | 0.54 | 0.27 | 0 | 0 |
| HSL | 210.22º | 1% | 0.73% | - |
| HSV(B) | 210.22º | 0.54% | 1% | - |
| XYZ | 43.08 | 46.19 | 101.25 | - |
| YUV | 173.53 | 173.97 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 255 | 0.54 | 0.27 | 0 | 0 | 210.22 | 1 | 0.73 |
| Hex | 76 | BA | FF | 36 | 1B | 0 | 0 | D2 | 64 | 49 |
| Octal | 166 | 272 | 377 | 66 | 33 | 0 | 0 | 322 | 144 | 111 |
| Binary | 1110110 | 10111010 | 11111111 | 110110 | 11011 | 0 | 0 | 11010010 | 1100100 | 1001001 |
Color Harmonies of #76BAFF
Complementary color
Monochromatic Colors of #76BAFF
Black with #76BAFF
Text Example
Text Example
White with #76BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BAFF; }
p { color: rgb(118,186,255); }
H1.HeaderClassName
{
color: #76BAFF;
}
.AnyTagClassName
{
color: #76BAFF;
}
</style>
background-color css
<style>
a { background-color: #76BAFF; }
a { background-color: rgb(118,186,255); }
div.DivClassName
{
background-color: #76BAFF;
}
.BgClassName
{
background-color: #76BAFF;
}
</style>
border-color css
<style>
span { border-color: #76BAFF; }
span { border-color: rgb(118,186,255); }
td.TdClassName
{
border-color: #76BAFF;
}
.TagClassName
{
border-color: #76BAFF;
}
</style>