Shades of Maya Blue #70ADFF
Tints of Maya Blue #70ADFF
RGB
CMYK
RGB Variations
Color information
#70ADFF (or 0x70ADFF) is known color: Maya Blue. HEX triplet: 70, AD and FF. RGB value is (112,173,255). Sum of RGB (Red+Green+Blue) = 112+173+255=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #70ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADFF is #8F5200. Grayscale: #A3A3A3. Windows color (decimal): -9392641 or 16756080. OLE color: 16756080.
HSL color Cylindrical-coordinate representation of color #70ADFF: hue angle of 214.41º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70ADFF is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 173 | 255 | - |
| CMYK | 0.56 | 0.32 | 0 | 0 |
| HSL | 214.41º | 1% | 0.72% | - |
| HSV(B) | 214.41º | 0.56% | 1% | - |
| XYZ | 39.68 | 40.55 | 100.34 | - |
| YUV | 164.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 255 | 0.56 | 0.32 | 0 | 0 | 214.41 | 1 | 0.72 |
| Hex | 70 | AD | FF | 38 | 20 | 0 | 0 | D6 | 64 | 48 |
| Octal | 160 | 255 | 377 | 70 | 40 | 0 | 0 | 326 | 144 | 110 |
| Binary | 1110000 | 10101101 | 11111111 | 111000 | 100000 | 0 | 0 | 11010110 | 1100100 | 1001000 |
Color Harmonies of #70ADFF
Complementary color
Monochromatic Colors of #70ADFF
Black with #70ADFF
Text Example
Text Example
White with #70ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADFF; }
p { color: rgb(112,173,255); }
H1.HeaderClassName
{
color: #70ADFF;
}
.AnyTagClassName
{
color: #70ADFF;
}
</style>
background-color css
<style>
a { background-color: #70ADFF; }
a { background-color: rgb(112,173,255); }
div.DivClassName
{
background-color: #70ADFF;
}
.BgClassName
{
background-color: #70ADFF;
}
</style>
border-color css
<style>
span { border-color: #70ADFF; }
span { border-color: rgb(112,173,255); }
td.TdClassName
{
border-color: #70ADFF;
}
.TagClassName
{
border-color: #70ADFF;
}
</style>