Shades of Maya Blue #7ABCED
Tints of Maya Blue #7ABCED
RGB
CMYK
RGB Variations
Color information
#7ABCED (or 0x7ABCED) is known color: Maya Blue. HEX triplet: 7A, BC and ED. RGB value is (122,188,237). Sum of RGB (Red+Green+Blue) = 122+188+237=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #7ABCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABCED is #854312. Grayscale: #ADADAD. Windows color (decimal): -8733459 or 15580282. OLE color: 15580282.
HSL color Cylindrical-coordinate representation of color #7ABCED: hue angle of 205.57º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ABCED is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 188 | 237 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.07 |
| HSL | 205.57º | 0.76% | 0.7% | - |
| HSV(B) | 205.57º | 0.49% | 0.93% | - |
| XYZ | 41.3 | 46.22 | 86.87 | - |
| YUV | 173.85 | 163.63 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 237 | 0.49 | 0.21 | 0 | 0.07 | 205.57 | 0.76 | 0.7 |
| Hex | 7A | BC | ED | 31 | 15 | 0 | 7 | CE | 4C | 46 |
| Octal | 172 | 274 | 355 | 61 | 25 | 0 | 7 | 316 | 114 | 106 |
| Binary | 1111010 | 10111100 | 11101101 | 110001 | 10101 | 0 | 111 | 11001110 | 1001100 | 1000110 |
Color Harmonies of #7ABCED
Complementary color
Monochromatic Colors of #7ABCED
Black with #7ABCED
Text Example
Text Example
White with #7ABCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCED; }
p { color: rgb(122,188,237); }
H1.HeaderClassName
{
color: #7ABCED;
}
.AnyTagClassName
{
color: #7ABCED;
}
</style>
background-color css
<style>
a { background-color: #7ABCED; }
a { background-color: rgb(122,188,237); }
div.DivClassName
{
background-color: #7ABCED;
}
.BgClassName
{
background-color: #7ABCED;
}
</style>
border-color css
<style>
span { border-color: #7ABCED; }
span { border-color: rgb(122,188,237); }
td.TdClassName
{
border-color: #7ABCED;
}
.TagClassName
{
border-color: #7ABCED;
}
</style>