Shades of Maya Blue #7AADFD
Tints of Maya Blue #7AADFD
RGB
CMYK
RGB Variations
Color information
#7AADFD (or 0x7AADFD) is known color: Maya Blue. HEX triplet: 7A, AD and FD. RGB value is (122,173,253). Sum of RGB (Red+Green+Blue) = 122+173+253=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #7AADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AADFD is #855202. Grayscale: #A6A6A6. Windows color (decimal): -8737283 or 16625018. OLE color: 16625018.
HSL color Cylindrical-coordinate representation of color #7AADFD: hue angle of 216.64º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AADFD is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 173 | 253 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.01 |
| HSL | 216.64º | 0.97% | 0.74% | - |
| HSV(B) | 216.64º | 0.52% | 0.99% | - |
| XYZ | 40.7 | 41.12 | 98.72 | - |
| YUV | 166.87 | 176.6 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 253 | 0.52 | 0.32 | 0 | 0.01 | 216.64 | 0.97 | 0.74 |
| Hex | 7A | AD | FD | 34 | 20 | 0 | 1 | D9 | 61 | 4A |
| Octal | 172 | 255 | 375 | 64 | 40 | 0 | 1 | 331 | 141 | 112 |
| Binary | 1111010 | 10101101 | 11111101 | 110100 | 100000 | 0 | 1 | 11011001 | 1100001 | 1001010 |
Color Harmonies of #7AADFD
Complementary color
Monochromatic Colors of #7AADFD
Black with #7AADFD
Text Example
Text Example
White with #7AADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADFD; }
p { color: rgb(122,173,253); }
H1.HeaderClassName
{
color: #7AADFD;
}
.AnyTagClassName
{
color: #7AADFD;
}
</style>
background-color css
<style>
a { background-color: #7AADFD; }
a { background-color: rgb(122,173,253); }
div.DivClassName
{
background-color: #7AADFD;
}
.BgClassName
{
background-color: #7AADFD;
}
</style>
border-color css
<style>
span { border-color: #7AADFD; }
span { border-color: rgb(122,173,253); }
td.TdClassName
{
border-color: #7AADFD;
}
.TagClassName
{
border-color: #7AADFD;
}
</style>