Shades of Maya Blue #70CEF3
Tints of Maya Blue #70CEF3
RGB
CMYK
RGB Variations
Color information
#70CEF3 (or 0x70CEF3) is known color: Maya Blue. HEX triplet: 70, CE and F3. RGB value is (112,206,243). Sum of RGB (Red+Green+Blue) = 112+206+243=561 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.96% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #70CEF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEF3 is #8F310C. Grayscale: #B5B5B5. Windows color (decimal): -9384205 or 15978096. OLE color: 15978096.
HSL color Cylindrical-coordinate representation of color #70CEF3: hue angle of 196.95º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70CEF3 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 206 | 243 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.05 |
| HSL | 196.95º | 0.85% | 0.7% | - |
| HSV(B) | 196.95º | 0.54% | 0.95% | - |
| XYZ | 44.93 | 54.06 | 92.86 | - |
| YUV | 182.11 | 162.36 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 243 | 0.54 | 0.15 | 0 | 0.05 | 196.95 | 0.85 | 0.7 |
| Hex | 70 | CE | F3 | 36 | F | 0 | 5 | C5 | 55 | 46 |
| Octal | 160 | 316 | 363 | 66 | 17 | 0 | 5 | 305 | 125 | 106 |
| Binary | 1110000 | 11001110 | 11110011 | 110110 | 1111 | 0 | 101 | 11000101 | 1010101 | 1000110 |
Color Harmonies of #70CEF3
Complementary color
Monochromatic Colors of #70CEF3
Black with #70CEF3
Text Example
Text Example
White with #70CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEF3; }
p { color: rgb(112,206,243); }
H1.HeaderClassName
{
color: #70CEF3;
}
.AnyTagClassName
{
color: #70CEF3;
}
</style>
background-color css
<style>
a { background-color: #70CEF3; }
a { background-color: rgb(112,206,243); }
div.DivClassName
{
background-color: #70CEF3;
}
.BgClassName
{
background-color: #70CEF3;
}
</style>
border-color css
<style>
span { border-color: #70CEF3; }
span { border-color: rgb(112,206,243); }
td.TdClassName
{
border-color: #70CEF3;
}
.TagClassName
{
border-color: #70CEF3;
}
</style>