Shades of Maya Blue #7ABDFE
Tints of Maya Blue #7ABDFE
RGB
CMYK
RGB Variations
Color information
#7ABDFE (or 0x7ABDFE) is known color: Maya Blue. HEX triplet: 7A, BD and FE. RGB value is (122,189,254). Sum of RGB (Red+Green+Blue) = 122+189+254=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ABDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABDFE is #854201. Grayscale: #B0B0B0. Windows color (decimal): -8733186 or 16694650. OLE color: 16694650.
HSL color Cylindrical-coordinate representation of color #7ABDFE: hue angle of 209.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABDFE is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 189 | 254 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.00 |
| HSL | 209.55º | 0.99% | 0.74% | - |
| HSV(B) | 209.55º | 0.52% | 1% | - |
| XYZ | 44.11 | 47.69 | 100.65 | - |
| YUV | 176.38 | 171.8 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 254 | 0.52 | 0.26 | 0 | 0.00 | 209.55 | 0.99 | 0.74 |
| Hex | 7A | BD | FE | 34 | 1A | 0 | 0 | D2 | 63 | 4A |
| Octal | 172 | 275 | 376 | 64 | 32 | 0 | 0 | 322 | 143 | 112 |
| Binary | 1111010 | 10111101 | 11111110 | 110100 | 11010 | 0 | 0 | 11010010 | 1100011 | 1001010 |
Color Harmonies of #7ABDFE
Complementary color
Monochromatic Colors of #7ABDFE
Black with #7ABDFE
Text Example
Text Example
White with #7ABDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDFE; }
p { color: rgb(122,189,254); }
H1.HeaderClassName
{
color: #7ABDFE;
}
.AnyTagClassName
{
color: #7ABDFE;
}
</style>
background-color css
<style>
a { background-color: #7ABDFE; }
a { background-color: rgb(122,189,254); }
div.DivClassName
{
background-color: #7ABDFE;
}
.BgClassName
{
background-color: #7ABDFE;
}
</style>
border-color css
<style>
span { border-color: #7ABDFE; }
span { border-color: rgb(122,189,254); }
td.TdClassName
{
border-color: #7ABDFE;
}
.TagClassName
{
border-color: #7ABDFE;
}
</style>