Shades of Maya Blue #70ADFE
Tints of Maya Blue #70ADFE
RGB
CMYK
RGB Variations
Color information
#70ADFE (or 0x70ADFE) is known color: Maya Blue. HEX triplet: 70, AD and FE. RGB value is (112,173,254). Sum of RGB (Red+Green+Blue) = 112+173+254=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #70ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADFE is #8F5201. Grayscale: #A3A3A3. Windows color (decimal): -9392642 or 16690544. OLE color: 16690544.
HSL color Cylindrical-coordinate representation of color #70ADFE: hue angle of 214.23º 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 #70ADFE is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 173 | 254 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.00 |
| HSL | 214.23º | 0.99% | 0.72% | - |
| HSV(B) | 214.23º | 0.56% | 1% | - |
| XYZ | 39.52 | 40.49 | 99.5 | - |
| YUV | 164 | 178.79 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 254 | 0.56 | 0.32 | 0 | 0.00 | 214.23 | 0.99 | 0.72 |
| Hex | 70 | AD | FE | 38 | 20 | 0 | 0 | D6 | 63 | 48 |
| Octal | 160 | 255 | 376 | 70 | 40 | 0 | 0 | 326 | 143 | 110 |
| Binary | 1110000 | 10101101 | 11111110 | 111000 | 100000 | 0 | 0 | 11010110 | 1100011 | 1001000 |
Color Harmonies of #70ADFE
Complementary color
Monochromatic Colors of #70ADFE
Black with #70ADFE
Text Example
Text Example
White with #70ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADFE; }
p { color: rgb(112,173,254); }
H1.HeaderClassName
{
color: #70ADFE;
}
.AnyTagClassName
{
color: #70ADFE;
}
</style>
background-color css
<style>
a { background-color: #70ADFE; }
a { background-color: rgb(112,173,254); }
div.DivClassName
{
background-color: #70ADFE;
}
.BgClassName
{
background-color: #70ADFE;
}
</style>
border-color css
<style>
span { border-color: #70ADFE; }
span { border-color: rgb(112,173,254); }
td.TdClassName
{
border-color: #70ADFE;
}
.TagClassName
{
border-color: #70ADFE;
}
</style>