Shades of Maya Blue #7ABCFC
Tints of Maya Blue #7ABCFC
RGB
CMYK
RGB Variations
Color information
#7ABCFC (or 0x7ABCFC) is known color: Maya Blue. HEX triplet: 7A, BC and FC. RGB value is (122,188,252). Sum of RGB (Red+Green+Blue) = 122+188+252=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ABCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABCFC is #854303. Grayscale: #AFAFAF. Windows color (decimal): -8733444 or 16563322. OLE color: 16563322.
HSL color Cylindrical-coordinate representation of color #7ABCFC: hue angle of 209.54º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABCFC is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 188 | 252 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.01 |
| HSL | 209.54º | 0.96% | 0.73% | - |
| HSV(B) | 209.54º | 0.52% | 0.99% | - |
| XYZ | 43.58 | 47.13 | 98.9 | - |
| YUV | 175.56 | 171.13 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 252 | 0.52 | 0.25 | 0 | 0.01 | 209.54 | 0.96 | 0.73 |
| Hex | 7A | BC | FC | 34 | 19 | 0 | 1 | D2 | 60 | 49 |
| Octal | 172 | 274 | 374 | 64 | 31 | 0 | 1 | 322 | 140 | 111 |
| Binary | 1111010 | 10111100 | 11111100 | 110100 | 11001 | 0 | 1 | 11010010 | 1100000 | 1001001 |
Color Harmonies of #7ABCFC
Complementary color
Monochromatic Colors of #7ABCFC
Black with #7ABCFC
Text Example
Text Example
White with #7ABCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCFC; }
p { color: rgb(122,188,252); }
H1.HeaderClassName
{
color: #7ABCFC;
}
.AnyTagClassName
{
color: #7ABCFC;
}
</style>
background-color css
<style>
a { background-color: #7ABCFC; }
a { background-color: rgb(122,188,252); }
div.DivClassName
{
background-color: #7ABCFC;
}
.BgClassName
{
background-color: #7ABCFC;
}
</style>
border-color css
<style>
span { border-color: #7ABCFC; }
span { border-color: rgb(122,188,252); }
td.TdClassName
{
border-color: #7ABCFC;
}
.TagClassName
{
border-color: #7ABCFC;
}
</style>