Shades of Maya Blue #70C7EB
Tints of Maya Blue #70C7EB
RGB
CMYK
RGB Variations
Color information
#70C7EB (or 0x70C7EB) is known color: Maya Blue. HEX triplet: 70, C7 and EB. RGB value is (112,199,235). Sum of RGB (Red+Green+Blue) = 112+199+235=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #70C7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C7EB is #8F3814. Grayscale: #B0B0B0. Windows color (decimal): -9386005 or 15452016. OLE color: 15452016.
HSL color Cylindrical-coordinate representation of color #70C7EB: hue angle of 197.56º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70C7EB is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 199 | 235 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.08 |
| HSL | 197.56º | 0.75% | 0.68% | - |
| HSV(B) | 197.56º | 0.52% | 0.92% | - |
| XYZ | 42.1 | 50.29 | 86.09 | - |
| YUV | 177.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 235 | 0.52 | 0.15 | 0 | 0.08 | 197.56 | 0.75 | 0.68 |
| Hex | 70 | C7 | EB | 34 | F | 0 | 8 | C6 | 4B | 44 |
| Octal | 160 | 307 | 353 | 64 | 17 | 0 | 10 | 306 | 113 | 104 |
| Binary | 1110000 | 11000111 | 11101011 | 110100 | 1111 | 0 | 1000 | 11000110 | 1001011 | 1000100 |
Color Harmonies of #70C7EB
Complementary color
Monochromatic Colors of #70C7EB
Black with #70C7EB
Text Example
Text Example
White with #70C7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C7EB; }
p { color: rgb(112,199,235); }
H1.HeaderClassName
{
color: #70C7EB;
}
.AnyTagClassName
{
color: #70C7EB;
}
</style>
background-color css
<style>
a { background-color: #70C7EB; }
a { background-color: rgb(112,199,235); }
div.DivClassName
{
background-color: #70C7EB;
}
.BgClassName
{
background-color: #70C7EB;
}
</style>
border-color css
<style>
span { border-color: #70C7EB; }
span { border-color: rgb(112,199,235); }
td.TdClassName
{
border-color: #70C7EB;
}
.TagClassName
{
border-color: #70C7EB;
}
</style>