Shades of Maya Blue #70C8F6
Tints of Maya Blue #70C8F6
RGB
CMYK
RGB Variations
Color information
#70C8F6 (or 0x70C8F6) is known color: Maya Blue. HEX triplet: 70, C8 and F6. RGB value is (112,200,246). Sum of RGB (Red+Green+Blue) = 112+200+246=558 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.07% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #70C8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C8F6 is #8F3709. Grayscale: #B2B2B2. Windows color (decimal): -9385738 or 16173168. OLE color: 16173168.
HSL color Cylindrical-coordinate representation of color #70C8F6: hue angle of 200.6º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70C8F6 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 200 | 246 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.04 |
| HSL | 200.6º | 0.88% | 0.7% | - |
| HSV(B) | 200.6º | 0.54% | 0.96% | - |
| XYZ | 43.97 | 51.41 | 94.79 | - |
| YUV | 178.93 | 165.85 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 246 | 0.54 | 0.19 | 0 | 0.04 | 200.6 | 0.88 | 0.7 |
| Hex | 70 | C8 | F6 | 36 | 13 | 0 | 4 | C9 | 58 | 46 |
| Octal | 160 | 310 | 366 | 66 | 23 | 0 | 4 | 311 | 130 | 106 |
| Binary | 1110000 | 11001000 | 11110110 | 110110 | 10011 | 0 | 100 | 11001001 | 1011000 | 1000110 |
Color Harmonies of #70C8F6
Complementary color
Monochromatic Colors of #70C8F6
Black with #70C8F6
Text Example
Text Example
White with #70C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C8F6; }
p { color: rgb(112,200,246); }
H1.HeaderClassName
{
color: #70C8F6;
}
.AnyTagClassName
{
color: #70C8F6;
}
</style>
background-color css
<style>
a { background-color: #70C8F6; }
a { background-color: rgb(112,200,246); }
div.DivClassName
{
background-color: #70C8F6;
}
.BgClassName
{
background-color: #70C8F6;
}
</style>
border-color css
<style>
span { border-color: #70C8F6; }
span { border-color: rgb(112,200,246); }
td.TdClassName
{
border-color: #70C8F6;
}
.TagClassName
{
border-color: #70C8F6;
}
</style>