Shades of Maya Blue #76BEF6
Tints of Maya Blue #76BEF6
RGB
CMYK
RGB Variations
Color information
#76BEF6 (or 0x76BEF6) is known color: Maya Blue. HEX triplet: 76, BE and F6. RGB value is (118,190,246). Sum of RGB (Red+Green+Blue) = 118+190+246=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #76BEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BEF6 is #894109. Grayscale: #AEAEAE. Windows color (decimal): -8995082 or 16170614. OLE color: 16170614.
HSL color Cylindrical-coordinate representation of color #76BEF6: hue angle of 206.25º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76BEF6 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 190 | 246 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.04 |
| HSL | 206.25º | 0.88% | 0.71% | - |
| HSV(B) | 206.25º | 0.52% | 0.96% | - |
| XYZ | 42.52 | 47.33 | 94.08 | - |
| YUV | 174.86 | 168.15 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 246 | 0.52 | 0.23 | 0 | 0.04 | 206.25 | 0.88 | 0.71 |
| Hex | 76 | BE | F6 | 34 | 17 | 0 | 4 | CE | 58 | 47 |
| Octal | 166 | 276 | 366 | 64 | 27 | 0 | 4 | 316 | 130 | 107 |
| Binary | 1110110 | 10111110 | 11110110 | 110100 | 10111 | 0 | 100 | 11001110 | 1011000 | 1000111 |
Color Harmonies of #76BEF6
Complementary color
Monochromatic Colors of #76BEF6
Black with #76BEF6
Text Example
Text Example
White with #76BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEF6; }
p { color: rgb(118,190,246); }
H1.HeaderClassName
{
color: #76BEF6;
}
.AnyTagClassName
{
color: #76BEF6;
}
</style>
background-color css
<style>
a { background-color: #76BEF6; }
a { background-color: rgb(118,190,246); }
div.DivClassName
{
background-color: #76BEF6;
}
.BgClassName
{
background-color: #76BEF6;
}
</style>
border-color css
<style>
span { border-color: #76BEF6; }
span { border-color: rgb(118,190,246); }
td.TdClassName
{
border-color: #76BEF6;
}
.TagClassName
{
border-color: #76BEF6;
}
</style>