Shades of Maya Blue #70C8EA
Tints of Maya Blue #70C8EA
RGB
CMYK
RGB Variations
Color information
#70C8EA (or 0x70C8EA) is known color: Maya Blue. HEX triplet: 70, C8 and EA. RGB value is (112,200,234). Sum of RGB (Red+Green+Blue) = 112+200+234=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #70C8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C8EA is #8F3715. Grayscale: #B1B1B1. Windows color (decimal): -9385750 or 15386736. OLE color: 15386736.
HSL color Cylindrical-coordinate representation of color #70C8EA: hue angle of 196.72º degrees, saturation: 0.74, 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 #70C8EA is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 200 | 234 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.08 |
| HSL | 196.72º | 0.74% | 0.68% | - |
| HSV(B) | 196.72º | 0.52% | 0.92% | - |
| XYZ | 42.19 | 50.69 | 85.4 | - |
| YUV | 177.56 | 159.85 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 234 | 0.52 | 0.15 | 0 | 0.08 | 196.72 | 0.74 | 0.68 |
| Hex | 70 | C8 | EA | 34 | F | 0 | 8 | C5 | 4A | 44 |
| Octal | 160 | 310 | 352 | 64 | 17 | 0 | 10 | 305 | 112 | 104 |
| Binary | 1110000 | 11001000 | 11101010 | 110100 | 1111 | 0 | 1000 | 11000101 | 1001010 | 1000100 |
Color Harmonies of #70C8EA
Complementary color
Monochromatic Colors of #70C8EA
Black with #70C8EA
Text Example
Text Example
White with #70C8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C8EA; }
p { color: rgb(112,200,234); }
H1.HeaderClassName
{
color: #70C8EA;
}
.AnyTagClassName
{
color: #70C8EA;
}
</style>
background-color css
<style>
a { background-color: #70C8EA; }
a { background-color: rgb(112,200,234); }
div.DivClassName
{
background-color: #70C8EA;
}
.BgClassName
{
background-color: #70C8EA;
}
</style>
border-color css
<style>
span { border-color: #70C8EA; }
span { border-color: rgb(112,200,234); }
td.TdClassName
{
border-color: #70C8EA;
}
.TagClassName
{
border-color: #70C8EA;
}
</style>