Shades of Maya Blue #76BFEB
Tints of Maya Blue #76BFEB
RGB
CMYK
RGB Variations
Color information
#76BFEB (or 0x76BFEB) is known color: Maya Blue. HEX triplet: 76, BF and EB. RGB value is (118,191,235). Sum of RGB (Red+Green+Blue) = 118+191+235=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #76BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BFEB is #894014. Grayscale: #ADADAD. Windows color (decimal): -8994837 or 15449974. OLE color: 15449974.
HSL color Cylindrical-coordinate representation of color #76BFEB: hue angle of 202.56º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76BFEB is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 191 | 235 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.08 |
| HSL | 202.56º | 0.75% | 0.69% | - |
| HSV(B) | 202.56º | 0.5% | 0.92% | - |
| XYZ | 41.1 | 47.11 | 85.52 | - |
| YUV | 174.19 | 162.32 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 235 | 0.50 | 0.19 | 0 | 0.08 | 202.56 | 0.75 | 0.69 |
| Hex | 76 | BF | EB | 32 | 13 | 0 | 8 | CB | 4B | 45 |
| Octal | 166 | 277 | 353 | 62 | 23 | 0 | 10 | 313 | 113 | 105 |
| Binary | 1110110 | 10111111 | 11101011 | 110010 | 10011 | 0 | 1000 | 11001011 | 1001011 | 1000101 |
Color Harmonies of #76BFEB
Complementary color
Monochromatic Colors of #76BFEB
Black with #76BFEB
Text Example
Text Example
White with #76BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BFEB; }
p { color: rgb(118,191,235); }
H1.HeaderClassName
{
color: #76BFEB;
}
.AnyTagClassName
{
color: #76BFEB;
}
</style>
background-color css
<style>
a { background-color: #76BFEB; }
a { background-color: rgb(118,191,235); }
div.DivClassName
{
background-color: #76BFEB;
}
.BgClassName
{
background-color: #76BFEB;
}
</style>
border-color css
<style>
span { border-color: #76BFEB; }
span { border-color: rgb(118,191,235); }
td.TdClassName
{
border-color: #76BFEB;
}
.TagClassName
{
border-color: #76BFEB;
}
</style>