Shades of Maya Blue #76BAFC
Tints of Maya Blue #76BAFC
RGB
CMYK
RGB Variations
Color information
#76BAFC (or 0x76BAFC) is known color: Maya Blue. HEX triplet: 76, BA and FC. RGB value is (118,186,252). Sum of RGB (Red+Green+Blue) = 118+186+252=556 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.22% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #76BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BAFC is #894503. Grayscale: #ACACAC. Windows color (decimal): -8996100 or 16562806. OLE color: 16562806.
HSL color Cylindrical-coordinate representation of color #76BAFC: hue angle of 209.55º 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 #76BAFC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 186 | 252 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.01 |
| HSL | 209.55º | 0.96% | 0.73% | - |
| HSV(B) | 209.55º | 0.53% | 0.99% | - |
| XYZ | 42.6 | 46 | 98.73 | - |
| YUV | 173.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 252 | 0.53 | 0.26 | 0 | 0.01 | 209.55 | 0.96 | 0.73 |
| Hex | 76 | BA | FC | 35 | 1A | 0 | 1 | D2 | 60 | 49 |
| Octal | 166 | 272 | 374 | 65 | 32 | 0 | 1 | 322 | 140 | 111 |
| Binary | 1110110 | 10111010 | 11111100 | 110101 | 11010 | 0 | 1 | 11010010 | 1100000 | 1001001 |
Color Harmonies of #76BAFC
Complementary color
Monochromatic Colors of #76BAFC
Black with #76BAFC
Text Example
Text Example
White with #76BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BAFC; }
p { color: rgb(118,186,252); }
H1.HeaderClassName
{
color: #76BAFC;
}
.AnyTagClassName
{
color: #76BAFC;
}
</style>
background-color css
<style>
a { background-color: #76BAFC; }
a { background-color: rgb(118,186,252); }
div.DivClassName
{
background-color: #76BAFC;
}
.BgClassName
{
background-color: #76BAFC;
}
</style>
border-color css
<style>
span { border-color: #76BAFC; }
span { border-color: rgb(118,186,252); }
td.TdClassName
{
border-color: #76BAFC;
}
.TagClassName
{
border-color: #76BAFC;
}
</style>