Shades of Maya Blue #70BEEC
Tints of Maya Blue #70BEEC
RGB
CMYK
RGB Variations
Color information
#70BEEC (or 0x70BEEC) is known color: Maya Blue. HEX triplet: 70, BE and EC. RGB value is (112,190,236). Sum of RGB (Red+Green+Blue) = 112+190+236=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #70BEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BEEC is #8F4113. Grayscale: #ABABAB. Windows color (decimal): -9388308 or 15515248. OLE color: 15515248.
HSL color Cylindrical-coordinate representation of color #70BEEC: hue angle of 202.26º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BEEC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 190 | 236 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.07 |
| HSL | 202.26º | 0.77% | 0.68% | - |
| HSV(B) | 202.26º | 0.53% | 0.93% | - |
| XYZ | 40.24 | 46.33 | 86.18 | - |
| YUV | 171.92 | 164.16 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 236 | 0.53 | 0.19 | 0 | 0.07 | 202.26 | 0.77 | 0.68 |
| Hex | 70 | BE | EC | 35 | 13 | 0 | 7 | CA | 4D | 44 |
| Octal | 160 | 276 | 354 | 65 | 23 | 0 | 7 | 312 | 115 | 104 |
| Binary | 1110000 | 10111110 | 11101100 | 110101 | 10011 | 0 | 111 | 11001010 | 1001101 | 1000100 |
Color Harmonies of #70BEEC
Complementary color
Monochromatic Colors of #70BEEC
Black with #70BEEC
Text Example
Text Example
White with #70BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEEC; }
p { color: rgb(112,190,236); }
H1.HeaderClassName
{
color: #70BEEC;
}
.AnyTagClassName
{
color: #70BEEC;
}
</style>
background-color css
<style>
a { background-color: #70BEEC; }
a { background-color: rgb(112,190,236); }
div.DivClassName
{
background-color: #70BEEC;
}
.BgClassName
{
background-color: #70BEEC;
}
</style>
border-color css
<style>
span { border-color: #70BEEC; }
span { border-color: rgb(112,190,236); }
td.TdClassName
{
border-color: #70BEEC;
}
.TagClassName
{
border-color: #70BEEC;
}
</style>