Shades of Maya Blue #76C7FF
Tints of Maya Blue #76C7FF
RGB
CMYK
RGB Variations
Color information
#76C7FF (or 0x76C7FF) is known color: Maya Blue. HEX triplet: 76, C7 and FF. RGB value is (118,199,255). Sum of RGB (Red+Green+Blue) = 118+199+255=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #76C7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C7FF is #893800. Grayscale: #B4B4B4. Windows color (decimal): -8992769 or 16762742. OLE color: 16762742.
HSL color Cylindrical-coordinate representation of color #76C7FF: hue angle of 204.53º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76C7FF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 199 | 255 | - |
| CMYK | 0.54 | 0.22 | 0 | 0 |
| HSL | 204.53º | 1% | 0.73% | - |
| HSV(B) | 204.53º | 0.54% | 1% | - |
| XYZ | 45.94 | 51.92 | 102.21 | - |
| YUV | 181.17 | 169.66 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 199 | 255 | 0.54 | 0.22 | 0 | 0 | 204.53 | 1 | 0.73 |
| Hex | 76 | C7 | FF | 36 | 16 | 0 | 0 | CD | 64 | 49 |
| Octal | 166 | 307 | 377 | 66 | 26 | 0 | 0 | 315 | 144 | 111 |
| Binary | 1110110 | 11000111 | 11111111 | 110110 | 10110 | 0 | 0 | 11001101 | 1100100 | 1001001 |
Color Harmonies of #76C7FF
Complementary color
Monochromatic Colors of #76C7FF
Black with #76C7FF
Text Example
Text Example
White with #76C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C7FF; }
p { color: rgb(118,199,255); }
H1.HeaderClassName
{
color: #76C7FF;
}
.AnyTagClassName
{
color: #76C7FF;
}
</style>
background-color css
<style>
a { background-color: #76C7FF; }
a { background-color: rgb(118,199,255); }
div.DivClassName
{
background-color: #76C7FF;
}
.BgClassName
{
background-color: #76C7FF;
}
</style>
border-color css
<style>
span { border-color: #76C7FF; }
span { border-color: rgb(118,199,255); }
td.TdClassName
{
border-color: #76C7FF;
}
.TagClassName
{
border-color: #76C7FF;
}
</style>