Shades of Maya Blue #70C4FA
Tints of Maya Blue #70C4FA
RGB
CMYK
RGB Variations
Color information
#70C4FA (or 0x70C4FA) is known color: Maya Blue. HEX triplet: 70, C4 and FA. RGB value is (112,196,250). Sum of RGB (Red+Green+Blue) = 112+196+250=558 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.07% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #70C4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C4FA is #8F3B05. Grayscale: #B0B0B0. Windows color (decimal): -9386758 or 16434288. OLE color: 16434288.
HSL color Cylindrical-coordinate representation of color #70C4FA: hue angle of 203.48º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70C4FA is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 196 | 250 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.02 |
| HSL | 203.48º | 0.93% | 0.71% | - |
| HSV(B) | 203.48º | 0.55% | 0.98% | - |
| XYZ | 43.68 | 49.83 | 97.76 | - |
| YUV | 177.04 | 169.17 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 250 | 0.55 | 0.22 | 0 | 0.02 | 203.48 | 0.93 | 0.71 |
| Hex | 70 | C4 | FA | 37 | 16 | 0 | 2 | CB | 5D | 47 |
| Octal | 160 | 304 | 372 | 67 | 26 | 0 | 2 | 313 | 135 | 107 |
| Binary | 1110000 | 11000100 | 11111010 | 110111 | 10110 | 0 | 10 | 11001011 | 1011101 | 1000111 |
Color Harmonies of #70C4FA
Complementary color
Monochromatic Colors of #70C4FA
Black with #70C4FA
Text Example
Text Example
White with #70C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C4FA; }
p { color: rgb(112,196,250); }
H1.HeaderClassName
{
color: #70C4FA;
}
.AnyTagClassName
{
color: #70C4FA;
}
</style>
background-color css
<style>
a { background-color: #70C4FA; }
a { background-color: rgb(112,196,250); }
div.DivClassName
{
background-color: #70C4FA;
}
.BgClassName
{
background-color: #70C4FA;
}
</style>
border-color css
<style>
span { border-color: #70C4FA; }
span { border-color: rgb(112,196,250); }
td.TdClassName
{
border-color: #70C4FA;
}
.TagClassName
{
border-color: #70C4FA;
}
</style>