Shades of Maya Blue #70C5EE
Tints of Maya Blue #70C5EE
RGB
CMYK
RGB Variations
Color information
#70C5EE (or 0x70C5EE) is known color: Maya Blue. HEX triplet: 70, C5 and EE. RGB value is (112,197,238). Sum of RGB (Red+Green+Blue) = 112+197+238=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #70C5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C5EE is #8F3A11. Grayscale: #B0B0B0. Windows color (decimal): -9386514 or 15648112. OLE color: 15648112.
HSL color Cylindrical-coordinate representation of color #70C5EE: hue angle of 199.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70C5EE is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 197 | 238 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.07 |
| HSL | 199.52º | 0.79% | 0.69% | - |
| HSV(B) | 199.52º | 0.53% | 0.93% | - |
| XYZ | 42.08 | 49.55 | 88.24 | - |
| YUV | 176.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 238 | 0.53 | 0.17 | 0 | 0.07 | 199.52 | 0.79 | 0.69 |
| Hex | 70 | C5 | EE | 35 | 11 | 0 | 7 | C8 | 4F | 45 |
| Octal | 160 | 305 | 356 | 65 | 21 | 0 | 7 | 310 | 117 | 105 |
| Binary | 1110000 | 11000101 | 11101110 | 110101 | 10001 | 0 | 111 | 11001000 | 1001111 | 1000101 |
Color Harmonies of #70C5EE
Complementary color
Monochromatic Colors of #70C5EE
Black with #70C5EE
Text Example
Text Example
White with #70C5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C5EE; }
p { color: rgb(112,197,238); }
H1.HeaderClassName
{
color: #70C5EE;
}
.AnyTagClassName
{
color: #70C5EE;
}
</style>
background-color css
<style>
a { background-color: #70C5EE; }
a { background-color: rgb(112,197,238); }
div.DivClassName
{
background-color: #70C5EE;
}
.BgClassName
{
background-color: #70C5EE;
}
</style>
border-color css
<style>
span { border-color: #70C5EE; }
span { border-color: rgb(112,197,238); }
td.TdClassName
{
border-color: #70C5EE;
}
.TagClassName
{
border-color: #70C5EE;
}
</style>