Shades of Maya Blue #7ACCFE
Tints of Maya Blue #7ACCFE
RGB
CMYK
RGB Variations
Color information
#7ACCFE (or 0x7ACCFE) is known color: Maya Blue. HEX triplet: 7A, CC and FE. RGB value is (122,204,254). Sum of RGB (Red+Green+Blue) = 122+204+254=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ACCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACCFE is #853301. Grayscale: #B8B8B8. Windows color (decimal): -8729346 or 16698490. OLE color: 16698490.
HSL color Cylindrical-coordinate representation of color #7ACCFE: hue angle of 202.73º 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 #7ACCFE is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 204 | 254 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.00 |
| HSL | 202.73º | 0.99% | 0.74% | - |
| HSV(B) | 202.73º | 0.52% | 1% | - |
| XYZ | 47.51 | 54.48 | 101.78 | - |
| YUV | 185.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 254 | 0.52 | 0.20 | 0 | 0.00 | 202.73 | 0.99 | 0.74 |
| Hex | 7A | CC | FE | 34 | 14 | 0 | 0 | CB | 63 | 4A |
| Octal | 172 | 314 | 376 | 64 | 24 | 0 | 0 | 313 | 143 | 112 |
| Binary | 1111010 | 11001100 | 11111110 | 110100 | 10100 | 0 | 0 | 11001011 | 1100011 | 1001010 |
Color Harmonies of #7ACCFE
Complementary color
Monochromatic Colors of #7ACCFE
Black with #7ACCFE
Text Example
Text Example
White with #7ACCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACCFE; }
p { color: rgb(122,204,254); }
H1.HeaderClassName
{
color: #7ACCFE;
}
.AnyTagClassName
{
color: #7ACCFE;
}
</style>
background-color css
<style>
a { background-color: #7ACCFE; }
a { background-color: rgb(122,204,254); }
div.DivClassName
{
background-color: #7ACCFE;
}
.BgClassName
{
background-color: #7ACCFE;
}
</style>
border-color css
<style>
span { border-color: #7ACCFE; }
span { border-color: rgb(122,204,254); }
td.TdClassName
{
border-color: #7ACCFE;
}
.TagClassName
{
border-color: #7ACCFE;
}
</style>