Shades of Maya Blue #76BBFE
Tints of Maya Blue #76BBFE
RGB
CMYK
RGB Variations
Color information
#76BBFE (or 0x76BBFE) is known color: Maya Blue. HEX triplet: 76, BB and FE. RGB value is (118,187,254). Sum of RGB (Red+Green+Blue) = 118+187+254=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #76BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BBFE is #894401. Grayscale: #ADADAD. Windows color (decimal): -8995842 or 16694134. OLE color: 16694134.
HSL color Cylindrical-coordinate representation of color #76BBFE: hue angle of 209.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76BBFE is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 187 | 254 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.00 |
| HSL | 209.56º | 0.99% | 0.73% | - |
| HSV(B) | 209.56º | 0.54% | 1% | - |
| XYZ | 43.13 | 46.55 | 100.48 | - |
| YUV | 174.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 254 | 0.54 | 0.26 | 0 | 0.00 | 209.56 | 0.99 | 0.73 |
| Hex | 76 | BB | FE | 36 | 1A | 0 | 0 | D2 | 63 | 49 |
| Octal | 166 | 273 | 376 | 66 | 32 | 0 | 0 | 322 | 143 | 111 |
| Binary | 1110110 | 10111011 | 11111110 | 110110 | 11010 | 0 | 0 | 11010010 | 1100011 | 1001001 |
Color Harmonies of #76BBFE
Complementary color
Monochromatic Colors of #76BBFE
Black with #76BBFE
Text Example
Text Example
White with #76BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBFE; }
p { color: rgb(118,187,254); }
H1.HeaderClassName
{
color: #76BBFE;
}
.AnyTagClassName
{
color: #76BBFE;
}
</style>
background-color css
<style>
a { background-color: #76BBFE; }
a { background-color: rgb(118,187,254); }
div.DivClassName
{
background-color: #76BBFE;
}
.BgClassName
{
background-color: #76BBFE;
}
</style>
border-color css
<style>
span { border-color: #76BBFE; }
span { border-color: rgb(118,187,254); }
td.TdClassName
{
border-color: #76BBFE;
}
.TagClassName
{
border-color: #76BBFE;
}
</style>