Shades of Maya Blue #7AB9FF
Tints of Maya Blue #7AB9FF
RGB
CMYK
RGB Variations
Color information
#7AB9FF (or 0x7AB9FF) is known color: Maya Blue. HEX triplet: 7A, B9 and FF. RGB value is (122,185,255). Sum of RGB (Red+Green+Blue) = 122+185+255=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AB9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB9FF is #854600. Grayscale: #ADADAD. Windows color (decimal): -8734209 or 16759162. OLE color: 16759162.
HSL color Cylindrical-coordinate representation of color #7AB9FF: hue angle of 211.58º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AB9FF is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 185 | 255 | - |
| CMYK | 0.52 | 0.27 | 0 | 0 |
| HSL | 211.58º | 1% | 0.74% | - |
| HSV(B) | 211.58º | 0.52% | 1% | - |
| XYZ | 43.43 | 46.06 | 101.21 | - |
| YUV | 174.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 255 | 0.52 | 0.27 | 0 | 0 | 211.58 | 1 | 0.74 |
| Hex | 7A | B9 | FF | 34 | 1B | 0 | 0 | D4 | 64 | 4A |
| Octal | 172 | 271 | 377 | 64 | 33 | 0 | 0 | 324 | 144 | 112 |
| Binary | 1111010 | 10111001 | 11111111 | 110100 | 11011 | 0 | 0 | 11010100 | 1100100 | 1001010 |
Color Harmonies of #7AB9FF
Complementary color
Monochromatic Colors of #7AB9FF
Black with #7AB9FF
Text Example
Text Example
White with #7AB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB9FF; }
p { color: rgb(122,185,255); }
H1.HeaderClassName
{
color: #7AB9FF;
}
.AnyTagClassName
{
color: #7AB9FF;
}
</style>
background-color css
<style>
a { background-color: #7AB9FF; }
a { background-color: rgb(122,185,255); }
div.DivClassName
{
background-color: #7AB9FF;
}
.BgClassName
{
background-color: #7AB9FF;
}
</style>
border-color css
<style>
span { border-color: #7AB9FF; }
span { border-color: rgb(122,185,255); }
td.TdClassName
{
border-color: #7AB9FF;
}
.TagClassName
{
border-color: #7AB9FF;
}
</style>