Shades of Maya Blue #70D0F3
Tints of Maya Blue #70D0F3
RGB
CMYK
RGB Variations
Color information
#70D0F3 (or 0x70D0F3) is known color: Maya Blue. HEX triplet: 70, D0 and F3. RGB value is (112,208,243). Sum of RGB (Red+Green+Blue) = 112+208+243=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #70D0F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D0F3 is #8F2F0C. Grayscale: #B7B7B7. Windows color (decimal): -9383693 or 15978608. OLE color: 15978608.
HSL color Cylindrical-coordinate representation of color #70D0F3: hue angle of 196.03º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70D0F3 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 208 | 243 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.05 |
| HSL | 196.03º | 0.85% | 0.7% | - |
| HSV(B) | 196.03º | 0.54% | 0.95% | - |
| XYZ | 45.42 | 55.03 | 93.02 | - |
| YUV | 183.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 243 | 0.54 | 0.14 | 0 | 0.05 | 196.03 | 0.85 | 0.7 |
| Hex | 70 | D0 | F3 | 36 | E | 0 | 5 | C4 | 55 | 46 |
| Octal | 160 | 320 | 363 | 66 | 16 | 0 | 5 | 304 | 125 | 106 |
| Binary | 1110000 | 11010000 | 11110011 | 110110 | 1110 | 0 | 101 | 11000100 | 1010101 | 1000110 |
Color Harmonies of #70D0F3
Complementary color
Monochromatic Colors of #70D0F3
Black with #70D0F3
Text Example
Text Example
White with #70D0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D0F3; }
p { color: rgb(112,208,243); }
H1.HeaderClassName
{
color: #70D0F3;
}
.AnyTagClassName
{
color: #70D0F3;
}
</style>
background-color css
<style>
a { background-color: #70D0F3; }
a { background-color: rgb(112,208,243); }
div.DivClassName
{
background-color: #70D0F3;
}
.BgClassName
{
background-color: #70D0F3;
}
</style>
border-color css
<style>
span { border-color: #70D0F3; }
span { border-color: rgb(112,208,243); }
td.TdClassName
{
border-color: #70D0F3;
}
.TagClassName
{
border-color: #70D0F3;
}
</style>