Shades of Maya Blue #76A9FF
Tints of Maya Blue #76A9FF
RGB
CMYK
RGB Variations
Color information
#76A9FF (or 0x76A9FF) is known color: Maya Blue. HEX triplet: 76, A9 and FF. RGB value is (118,169,255). Sum of RGB (Red+Green+Blue) = 118+169+255=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #76A9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A9FF is #895600. Grayscale: #A3A3A3. Windows color (decimal): -9000449 or 16755062. OLE color: 16755062.
HSL color Cylindrical-coordinate representation of color #76A9FF: hue angle of 217.66º 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 #76A9FF is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 169 | 255 | - |
| CMYK | 0.54 | 0.34 | 0 | 0 |
| HSL | 217.66º | 1% | 0.73% | - |
| HSV(B) | 217.66º | 0.54% | 1% | - |
| XYZ | 39.71 | 39.45 | 100.13 | - |
| YUV | 163.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 255 | 0.54 | 0.34 | 0 | 0 | 217.66 | 1 | 0.73 |
| Hex | 76 | A9 | FF | 36 | 22 | 0 | 0 | DA | 64 | 49 |
| Octal | 166 | 251 | 377 | 66 | 42 | 0 | 0 | 332 | 144 | 111 |
| Binary | 1110110 | 10101001 | 11111111 | 110110 | 100010 | 0 | 0 | 11011010 | 1100100 | 1001001 |
Color Harmonies of #76A9FF
Complementary color
Monochromatic Colors of #76A9FF
Black with #76A9FF
Text Example
Text Example
White with #76A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A9FF; }
p { color: rgb(118,169,255); }
H1.HeaderClassName
{
color: #76A9FF;
}
.AnyTagClassName
{
color: #76A9FF;
}
</style>
background-color css
<style>
a { background-color: #76A9FF; }
a { background-color: rgb(118,169,255); }
div.DivClassName
{
background-color: #76A9FF;
}
.BgClassName
{
background-color: #76A9FF;
}
</style>
border-color css
<style>
span { border-color: #76A9FF; }
span { border-color: rgb(118,169,255); }
td.TdClassName
{
border-color: #76A9FF;
}
.TagClassName
{
border-color: #76A9FF;
}
</style>