Shades of Maya Blue #70C8F0
Tints of Maya Blue #70C8F0
RGB
CMYK
RGB Variations
Color information
#70C8F0 (or 0x70C8F0) is known color: Maya Blue. HEX triplet: 70, C8 and F0. RGB value is (112,200,240). Sum of RGB (Red+Green+Blue) = 112+200+240=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #70C8F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C8F0 is #8F370F. Grayscale: #B2B2B2. Windows color (decimal): -9385744 or 15779952. OLE color: 15779952.
HSL color Cylindrical-coordinate representation of color #70C8F0: hue angle of 198.75º degrees, saturation: 0.81, 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 #70C8F0 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 200 | 240 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.06 |
| HSL | 198.75º | 0.81% | 0.69% | - |
| HSV(B) | 198.75º | 0.53% | 0.94% | - |
| XYZ | 43.06 | 51.04 | 90.02 | - |
| YUV | 178.25 | 162.85 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 240 | 0.53 | 0.17 | 0 | 0.06 | 198.75 | 0.81 | 0.69 |
| Hex | 70 | C8 | F0 | 35 | 11 | 0 | 6 | C7 | 51 | 45 |
| Octal | 160 | 310 | 360 | 65 | 21 | 0 | 6 | 307 | 121 | 105 |
| Binary | 1110000 | 11001000 | 11110000 | 110101 | 10001 | 0 | 110 | 11000111 | 1010001 | 1000101 |
Color Harmonies of #70C8F0
Complementary color
Monochromatic Colors of #70C8F0
Black with #70C8F0
Text Example
Text Example
White with #70C8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C8F0; }
p { color: rgb(112,200,240); }
H1.HeaderClassName
{
color: #70C8F0;
}
.AnyTagClassName
{
color: #70C8F0;
}
</style>
background-color css
<style>
a { background-color: #70C8F0; }
a { background-color: rgb(112,200,240); }
div.DivClassName
{
background-color: #70C8F0;
}
.BgClassName
{
background-color: #70C8F0;
}
</style>
border-color css
<style>
span { border-color: #70C8F0; }
span { border-color: rgb(112,200,240); }
td.TdClassName
{
border-color: #70C8F0;
}
.TagClassName
{
border-color: #70C8F0;
}
</style>