Shades of Maya Blue #70CEF2
Tints of Maya Blue #70CEF2
RGB
CMYK
RGB Variations
Color information
#70CEF2 (or 0x70CEF2) is known color: Maya Blue. HEX triplet: 70, CE and F2. RGB value is (112,206,242). Sum of RGB (Red+Green+Blue) = 112+206+242=560 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #70CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEF2 is #8F310D. Grayscale: #B5B5B5. Windows color (decimal): -9384206 or 15912560. OLE color: 15912560.
HSL color Cylindrical-coordinate representation of color #70CEF2: hue angle of 196.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70CEF2 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 206 | 242 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.05 |
| HSL | 196.62º | 0.83% | 0.69% | - |
| HSV(B) | 196.62º | 0.54% | 0.95% | - |
| XYZ | 44.78 | 54 | 92.07 | - |
| YUV | 182 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 242 | 0.54 | 0.15 | 0 | 0.05 | 196.62 | 0.83 | 0.69 |
| Hex | 70 | CE | F2 | 36 | F | 0 | 5 | C5 | 53 | 45 |
| Octal | 160 | 316 | 362 | 66 | 17 | 0 | 5 | 305 | 123 | 105 |
| Binary | 1110000 | 11001110 | 11110010 | 110110 | 1111 | 0 | 101 | 11000101 | 1010011 | 1000101 |
Color Harmonies of #70CEF2
Complementary color
Monochromatic Colors of #70CEF2
Black with #70CEF2
Text Example
Text Example
White with #70CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEF2; }
p { color: rgb(112,206,242); }
H1.HeaderClassName
{
color: #70CEF2;
}
.AnyTagClassName
{
color: #70CEF2;
}
</style>
background-color css
<style>
a { background-color: #70CEF2; }
a { background-color: rgb(112,206,242); }
div.DivClassName
{
background-color: #70CEF2;
}
.BgClassName
{
background-color: #70CEF2;
}
</style>
border-color css
<style>
span { border-color: #70CEF2; }
span { border-color: rgb(112,206,242); }
td.TdClassName
{
border-color: #70CEF2;
}
.TagClassName
{
border-color: #70CEF2;
}
</style>