Shades of Maya Blue #76C1FF
Tints of Maya Blue #76C1FF
RGB
CMYK
RGB Variations
Color information
#76C1FF (or 0x76C1FF) is known color: Maya Blue. HEX triplet: 76, C1 and FF. RGB value is (118,193,255). Sum of RGB (Red+Green+Blue) = 118+193+255=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #76C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C1FF is #893E00. Grayscale: #B1B1B1. Windows color (decimal): -8994305 or 16761206. OLE color: 16761206.
HSL color Cylindrical-coordinate representation of color #76C1FF: hue angle of 207.15º 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 #76C1FF is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 193 | 255 | - |
| CMYK | 0.54 | 0.24 | 0 | 0 |
| HSL | 207.15º | 1% | 0.73% | - |
| HSV(B) | 207.15º | 0.54% | 1% | - |
| XYZ | 44.59 | 49.21 | 101.76 | - |
| YUV | 177.64 | 171.65 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 255 | 0.54 | 0.24 | 0 | 0 | 207.15 | 1 | 0.73 |
| Hex | 76 | C1 | FF | 36 | 18 | 0 | 0 | CF | 64 | 49 |
| Octal | 166 | 301 | 377 | 66 | 30 | 0 | 0 | 317 | 144 | 111 |
| Binary | 1110110 | 11000001 | 11111111 | 110110 | 11000 | 0 | 0 | 11001111 | 1100100 | 1001001 |
Color Harmonies of #76C1FF
Complementary color
Monochromatic Colors of #76C1FF
Black with #76C1FF
Text Example
Text Example
White with #76C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C1FF; }
p { color: rgb(118,193,255); }
H1.HeaderClassName
{
color: #76C1FF;
}
.AnyTagClassName
{
color: #76C1FF;
}
</style>
background-color css
<style>
a { background-color: #76C1FF; }
a { background-color: rgb(118,193,255); }
div.DivClassName
{
background-color: #76C1FF;
}
.BgClassName
{
background-color: #76C1FF;
}
</style>
border-color css
<style>
span { border-color: #76C1FF; }
span { border-color: rgb(118,193,255); }
td.TdClassName
{
border-color: #76C1FF;
}
.TagClassName
{
border-color: #76C1FF;
}
</style>