Shades of Maya Blue #76BCFC
Tints of Maya Blue #76BCFC
RGB
CMYK
RGB Variations
Color information
#76BCFC (or 0x76BCFC) is known color: Maya Blue. HEX triplet: 76, BC and FC. RGB value is (118,188,252). Sum of RGB (Red+Green+Blue) = 118+188+252=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #76BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCFC is #894303. Grayscale: #AEAEAE. Windows color (decimal): -8995588 or 16563318. OLE color: 16563318.
HSL color Cylindrical-coordinate representation of color #76BCFC: hue angle of 208.66º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76BCFC is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 188 | 252 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.01 |
| HSL | 208.66º | 0.96% | 0.73% | - |
| HSV(B) | 208.66º | 0.53% | 0.99% | - |
| XYZ | 43.03 | 46.85 | 98.87 | - |
| YUV | 174.37 | 171.81 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 252 | 0.53 | 0.25 | 0 | 0.01 | 208.66 | 0.96 | 0.73 |
| Hex | 76 | BC | FC | 35 | 19 | 0 | 1 | D1 | 60 | 49 |
| Octal | 166 | 274 | 374 | 65 | 31 | 0 | 1 | 321 | 140 | 111 |
| Binary | 1110110 | 10111100 | 11111100 | 110101 | 11001 | 0 | 1 | 11010001 | 1100000 | 1001001 |
Color Harmonies of #76BCFC
Complementary color
Monochromatic Colors of #76BCFC
Black with #76BCFC
Text Example
Text Example
White with #76BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCFC; }
p { color: rgb(118,188,252); }
H1.HeaderClassName
{
color: #76BCFC;
}
.AnyTagClassName
{
color: #76BCFC;
}
</style>
background-color css
<style>
a { background-color: #76BCFC; }
a { background-color: rgb(118,188,252); }
div.DivClassName
{
background-color: #76BCFC;
}
.BgClassName
{
background-color: #76BCFC;
}
</style>
border-color css
<style>
span { border-color: #76BCFC; }
span { border-color: rgb(118,188,252); }
td.TdClassName
{
border-color: #76BCFC;
}
.TagClassName
{
border-color: #76BCFC;
}
</style>