Shades of Maya Blue #7ABDF2
Tints of Maya Blue #7ABDF2
RGB
CMYK
RGB Variations
Color information
#7ABDF2 (or 0x7ABDF2) is known color: Maya Blue. HEX triplet: 7A, BD and F2. RGB value is (122,189,242). Sum of RGB (Red+Green+Blue) = 122+189+242=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #7ABDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABDF2 is #85420D. Grayscale: #AEAEAE. Windows color (decimal): -8733198 or 15908218. OLE color: 15908218.
HSL color Cylindrical-coordinate representation of color #7ABDF2: hue angle of 206.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ABDF2 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 189 | 242 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.05 |
| HSL | 206.5º | 0.82% | 0.71% | - |
| HSV(B) | 206.5º | 0.5% | 0.95% | - |
| XYZ | 42.25 | 46.94 | 90.84 | - |
| YUV | 175.01 | 165.8 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 242 | 0.50 | 0.22 | 0 | 0.05 | 206.5 | 0.82 | 0.71 |
| Hex | 7A | BD | F2 | 32 | 16 | 0 | 5 | CE | 52 | 47 |
| Octal | 172 | 275 | 362 | 62 | 26 | 0 | 5 | 316 | 122 | 107 |
| Binary | 1111010 | 10111101 | 11110010 | 110010 | 10110 | 0 | 101 | 11001110 | 1010010 | 1000111 |
Color Harmonies of #7ABDF2
Complementary color
Monochromatic Colors of #7ABDF2
Black with #7ABDF2
Text Example
Text Example
White with #7ABDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDF2; }
p { color: rgb(122,189,242); }
H1.HeaderClassName
{
color: #7ABDF2;
}
.AnyTagClassName
{
color: #7ABDF2;
}
</style>
background-color css
<style>
a { background-color: #7ABDF2; }
a { background-color: rgb(122,189,242); }
div.DivClassName
{
background-color: #7ABDF2;
}
.BgClassName
{
background-color: #7ABDF2;
}
</style>
border-color css
<style>
span { border-color: #7ABDF2; }
span { border-color: rgb(122,189,242); }
td.TdClassName
{
border-color: #7ABDF2;
}
.TagClassName
{
border-color: #7ABDF2;
}
</style>