Shades of Maya Blue #7AB8EF
Tints of Maya Blue #7AB8EF
RGB
CMYK
RGB Variations
Color information
#7AB8EF (or 0x7AB8EF) is known color: Maya Blue. HEX triplet: 7A, B8 and EF. RGB value is (122,184,239). Sum of RGB (Red+Green+Blue) = 122+184+239=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #7AB8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB8EF is #854710. Grayscale: #ABABAB. Windows color (decimal): -8734481 or 15710330. OLE color: 15710330.
HSL color Cylindrical-coordinate representation of color #7AB8EF: hue angle of 208.21º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AB8EF is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 184 | 239 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.06 |
| HSL | 208.21º | 0.79% | 0.71% | - |
| HSV(B) | 208.21º | 0.49% | 0.94% | - |
| XYZ | 40.75 | 44.65 | 88.13 | - |
| YUV | 171.73 | 165.96 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 239 | 0.49 | 0.23 | 0 | 0.06 | 208.21 | 0.79 | 0.71 |
| Hex | 7A | B8 | EF | 31 | 17 | 0 | 6 | D0 | 4F | 47 |
| Octal | 172 | 270 | 357 | 61 | 27 | 0 | 6 | 320 | 117 | 107 |
| Binary | 1111010 | 10111000 | 11101111 | 110001 | 10111 | 0 | 110 | 11010000 | 1001111 | 1000111 |
Color Harmonies of #7AB8EF
Complementary color
Monochromatic Colors of #7AB8EF
Black with #7AB8EF
Text Example
Text Example
White with #7AB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB8EF; }
p { color: rgb(122,184,239); }
H1.HeaderClassName
{
color: #7AB8EF;
}
.AnyTagClassName
{
color: #7AB8EF;
}
</style>
background-color css
<style>
a { background-color: #7AB8EF; }
a { background-color: rgb(122,184,239); }
div.DivClassName
{
background-color: #7AB8EF;
}
.BgClassName
{
background-color: #7AB8EF;
}
</style>
border-color css
<style>
span { border-color: #7AB8EF; }
span { border-color: rgb(122,184,239); }
td.TdClassName
{
border-color: #7AB8EF;
}
.TagClassName
{
border-color: #7AB8EF;
}
</style>