Shades of Maya Blue #70ADFC
Tints of Maya Blue #70ADFC
RGB
CMYK
RGB Variations
Color information
#70ADFC (or 0x70ADFC) is known color: Maya Blue. HEX triplet: 70, AD and FC. RGB value is (112,173,252). Sum of RGB (Red+Green+Blue) = 112+173+252=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #70ADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADFC is #8F5203. Grayscale: #A3A3A3. Windows color (decimal): -9392644 or 16559472. OLE color: 16559472.
HSL color Cylindrical-coordinate representation of color #70ADFC: hue angle of 213.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70ADFC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 173 | 252 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.01 |
| HSL | 213.86º | 0.96% | 0.71% | - |
| HSV(B) | 213.86º | 0.56% | 0.99% | - |
| XYZ | 39.2 | 40.36 | 97.82 | - |
| YUV | 163.77 | 177.79 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 252 | 0.56 | 0.31 | 0 | 0.01 | 213.86 | 0.96 | 0.71 |
| Hex | 70 | AD | FC | 38 | 1F | 0 | 1 | D6 | 60 | 47 |
| Octal | 160 | 255 | 374 | 70 | 37 | 0 | 1 | 326 | 140 | 107 |
| Binary | 1110000 | 10101101 | 11111100 | 111000 | 11111 | 0 | 1 | 11010110 | 1100000 | 1000111 |
Color Harmonies of #70ADFC
Complementary color
Monochromatic Colors of #70ADFC
Black with #70ADFC
Text Example
Text Example
White with #70ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADFC; }
p { color: rgb(112,173,252); }
H1.HeaderClassName
{
color: #70ADFC;
}
.AnyTagClassName
{
color: #70ADFC;
}
</style>
background-color css
<style>
a { background-color: #70ADFC; }
a { background-color: rgb(112,173,252); }
div.DivClassName
{
background-color: #70ADFC;
}
.BgClassName
{
background-color: #70ADFC;
}
</style>
border-color css
<style>
span { border-color: #70ADFC; }
span { border-color: rgb(112,173,252); }
td.TdClassName
{
border-color: #70ADFC;
}
.TagClassName
{
border-color: #70ADFC;
}
</style>