Shades of Maya Blue #70C0EE
Tints of Maya Blue #70C0EE
RGB
CMYK
RGB Variations
Color information
#70C0EE (or 0x70C0EE) is known color: Maya Blue. HEX triplet: 70, C0 and EE. RGB value is (112,192,238). Sum of RGB (Red+Green+Blue) = 112+192+238=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #70C0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C0EE is #8F3F11. Grayscale: #ADADAD. Windows color (decimal): -9387794 or 15646832. OLE color: 15646832.
HSL color Cylindrical-coordinate representation of color #70C0EE: hue angle of 201.9º 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 #70C0EE is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 192 | 238 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.07 |
| HSL | 201.9º | 0.79% | 0.69% | - |
| HSV(B) | 201.9º | 0.53% | 0.93% | - |
| XYZ | 40.96 | 47.32 | 87.86 | - |
| YUV | 173.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 238 | 0.53 | 0.19 | 0 | 0.07 | 201.9 | 0.79 | 0.69 |
| Hex | 70 | C0 | EE | 35 | 13 | 0 | 7 | CA | 4F | 45 |
| Octal | 160 | 300 | 356 | 65 | 23 | 0 | 7 | 312 | 117 | 105 |
| Binary | 1110000 | 11000000 | 11101110 | 110101 | 10011 | 0 | 111 | 11001010 | 1001111 | 1000101 |
Color Harmonies of #70C0EE
Complementary color
Monochromatic Colors of #70C0EE
Black with #70C0EE
Text Example
Text Example
White with #70C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C0EE; }
p { color: rgb(112,192,238); }
H1.HeaderClassName
{
color: #70C0EE;
}
.AnyTagClassName
{
color: #70C0EE;
}
</style>
background-color css
<style>
a { background-color: #70C0EE; }
a { background-color: rgb(112,192,238); }
div.DivClassName
{
background-color: #70C0EE;
}
.BgClassName
{
background-color: #70C0EE;
}
</style>
border-color css
<style>
span { border-color: #70C0EE; }
span { border-color: rgb(112,192,238); }
td.TdClassName
{
border-color: #70C0EE;
}
.TagClassName
{
border-color: #70C0EE;
}
</style>