Shades of Maya Blue #70CEF4
Tints of Maya Blue #70CEF4
RGB
CMYK
RGB Variations
Color information
#70CEF4 (or 0x70CEF4) is known color: Maya Blue. HEX triplet: 70, CE and F4. RGB value is (112,206,244). Sum of RGB (Red+Green+Blue) = 112+206+244=562 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.93% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 244 - color contains mainly: blue. Hex color #70CEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEF4 is #8F310B. Grayscale: #B5B5B5. Windows color (decimal): -9384204 or 16043632. OLE color: 16043632.
HSL color Cylindrical-coordinate representation of color #70CEF4: hue angle of 197.27º degrees, saturation: 0.86, 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 #70CEF4 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 206 | 244 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.04 |
| HSL | 197.27º | 0.86% | 0.7% | - |
| HSV(B) | 197.27º | 0.54% | 0.96% | - |
| XYZ | 45.08 | 54.12 | 93.66 | - |
| YUV | 182.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 244 | 0.54 | 0.16 | 0 | 0.04 | 197.27 | 0.86 | 0.7 |
| Hex | 70 | CE | F4 | 36 | 10 | 0 | 4 | C5 | 56 | 46 |
| Octal | 160 | 316 | 364 | 66 | 20 | 0 | 4 | 305 | 126 | 106 |
| Binary | 1110000 | 11001110 | 11110100 | 110110 | 10000 | 0 | 100 | 11000101 | 1010110 | 1000110 |
Color Harmonies of #70CEF4
Complementary color
Monochromatic Colors of #70CEF4
Black with #70CEF4
Text Example
Text Example
White with #70CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEF4; }
p { color: rgb(112,206,244); }
H1.HeaderClassName
{
color: #70CEF4;
}
.AnyTagClassName
{
color: #70CEF4;
}
</style>
background-color css
<style>
a { background-color: #70CEF4; }
a { background-color: rgb(112,206,244); }
div.DivClassName
{
background-color: #70CEF4;
}
.BgClassName
{
background-color: #70CEF4;
}
</style>
border-color css
<style>
span { border-color: #70CEF4; }
span { border-color: rgb(112,206,244); }
td.TdClassName
{
border-color: #70CEF4;
}
.TagClassName
{
border-color: #70CEF4;
}
</style>