Shades of Maya Blue #70C2FC
Tints of Maya Blue #70C2FC
RGB
CMYK
RGB Variations
Color information
#70C2FC (or 0x70C2FC) is known color: Maya Blue. HEX triplet: 70, C2 and FC. RGB value is (112,194,252). Sum of RGB (Red+Green+Blue) = 112+194+252=558 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.07% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #70C2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C2FC is #8F3D03. Grayscale: #AFAFAF. Windows color (decimal): -9387268 or 16564848. OLE color: 16564848.
HSL color Cylindrical-coordinate representation of color #70C2FC: hue angle of 204.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C2FC is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 194 | 252 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.01 |
| HSL | 204.86º | 0.96% | 0.71% | - |
| HSV(B) | 204.86º | 0.56% | 0.99% | - |
| XYZ | 43.54 | 49.06 | 99.27 | - |
| YUV | 176.09 | 170.83 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 252 | 0.56 | 0.23 | 0 | 0.01 | 204.86 | 0.96 | 0.71 |
| Hex | 70 | C2 | FC | 38 | 17 | 0 | 1 | CD | 60 | 47 |
| Octal | 160 | 302 | 374 | 70 | 27 | 0 | 1 | 315 | 140 | 107 |
| Binary | 1110000 | 11000010 | 11111100 | 111000 | 10111 | 0 | 1 | 11001101 | 1100000 | 1000111 |
Color Harmonies of #70C2FC
Complementary color
Monochromatic Colors of #70C2FC
Black with #70C2FC
Text Example
Text Example
White with #70C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C2FC; }
p { color: rgb(112,194,252); }
H1.HeaderClassName
{
color: #70C2FC;
}
.AnyTagClassName
{
color: #70C2FC;
}
</style>
background-color css
<style>
a { background-color: #70C2FC; }
a { background-color: rgb(112,194,252); }
div.DivClassName
{
background-color: #70C2FC;
}
.BgClassName
{
background-color: #70C2FC;
}
</style>
border-color css
<style>
span { border-color: #70C2FC; }
span { border-color: rgb(112,194,252); }
td.TdClassName
{
border-color: #70C2FC;
}
.TagClassName
{
border-color: #70C2FC;
}
</style>