Shades of Maya Blue #70C8EF
Tints of Maya Blue #70C8EF
RGB
CMYK
RGB Variations
Color information
#70C8EF (or 0x70C8EF) is known color: Maya Blue. HEX triplet: 70, C8 and EF. RGB value is (112,200,239). Sum of RGB (Red+Green+Blue) = 112+200+239=551 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.33% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #70C8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C8EF is #8F3710. Grayscale: #B1B1B1. Windows color (decimal): -9385745 or 15714416. OLE color: 15714416.
HSL color Cylindrical-coordinate representation of color #70C8EF: hue angle of 198.43º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70C8EF is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 200 | 239 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.06 |
| HSL | 198.43º | 0.8% | 0.69% | - |
| HSV(B) | 198.43º | 0.53% | 0.94% | - |
| XYZ | 42.92 | 50.99 | 89.24 | - |
| YUV | 178.13 | 162.35 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 239 | 0.53 | 0.16 | 0 | 0.06 | 198.43 | 0.8 | 0.69 |
| Hex | 70 | C8 | EF | 35 | 10 | 0 | 6 | C6 | 50 | 45 |
| Octal | 160 | 310 | 357 | 65 | 20 | 0 | 6 | 306 | 120 | 105 |
| Binary | 1110000 | 11001000 | 11101111 | 110101 | 10000 | 0 | 110 | 11000110 | 1010000 | 1000101 |
Color Harmonies of #70C8EF
Complementary color
Monochromatic Colors of #70C8EF
Black with #70C8EF
Text Example
Text Example
White with #70C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C8EF; }
p { color: rgb(112,200,239); }
H1.HeaderClassName
{
color: #70C8EF;
}
.AnyTagClassName
{
color: #70C8EF;
}
</style>
background-color css
<style>
a { background-color: #70C8EF; }
a { background-color: rgb(112,200,239); }
div.DivClassName
{
background-color: #70C8EF;
}
.BgClassName
{
background-color: #70C8EF;
}
</style>
border-color css
<style>
span { border-color: #70C8EF; }
span { border-color: rgb(112,200,239); }
td.TdClassName
{
border-color: #70C8EF;
}
.TagClassName
{
border-color: #70C8EF;
}
</style>