Shades of Maya Blue #70AAFE
Tints of Maya Blue #70AAFE
RGB
CMYK
RGB Variations
Color information
#70AAFE (or 0x70AAFE) is known color: Maya Blue. HEX triplet: 70, AA and FE. RGB value is (112,170,254). Sum of RGB (Red+Green+Blue) = 112+170+254=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #70AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AAFE is #8F5501. Grayscale: #A1A1A1. Windows color (decimal): -9393410 or 16689776. OLE color: 16689776.
HSL color Cylindrical-coordinate representation of color #70AAFE: hue angle of 215.49º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70AAFE is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 170 | 254 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.00 |
| HSL | 215.49º | 0.99% | 0.72% | - |
| HSV(B) | 215.49º | 0.56% | 1% | - |
| XYZ | 38.95 | 39.35 | 99.31 | - |
| YUV | 162.23 | 179.78 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 254 | 0.56 | 0.33 | 0 | 0.00 | 215.49 | 0.99 | 0.72 |
| Hex | 70 | AA | FE | 38 | 21 | 0 | 0 | D7 | 63 | 48 |
| Octal | 160 | 252 | 376 | 70 | 41 | 0 | 0 | 327 | 143 | 110 |
| Binary | 1110000 | 10101010 | 11111110 | 111000 | 100001 | 0 | 0 | 11010111 | 1100011 | 1001000 |
Color Harmonies of #70AAFE
Complementary color
Monochromatic Colors of #70AAFE
Black with #70AAFE
Text Example
Text Example
White with #70AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AAFE; }
p { color: rgb(112,170,254); }
H1.HeaderClassName
{
color: #70AAFE;
}
.AnyTagClassName
{
color: #70AAFE;
}
</style>
background-color css
<style>
a { background-color: #70AAFE; }
a { background-color: rgb(112,170,254); }
div.DivClassName
{
background-color: #70AAFE;
}
.BgClassName
{
background-color: #70AAFE;
}
</style>
border-color css
<style>
span { border-color: #70AAFE; }
span { border-color: rgb(112,170,254); }
td.TdClassName
{
border-color: #70AAFE;
}
.TagClassName
{
border-color: #70AAFE;
}
</style>