Shades of Maya Blue #70C7FE
Tints of Maya Blue #70C7FE
RGB
CMYK
RGB Variations
Color information
#70C7FE (or 0x70C7FE) is known color: Maya Blue. HEX triplet: 70, C7 and FE. RGB value is (112,199,254). Sum of RGB (Red+Green+Blue) = 112+199+254=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #70C7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C7FE is #8F3801. Grayscale: #B2B2B2. Windows color (decimal): -9385986 or 16697200. OLE color: 16697200.
HSL color Cylindrical-coordinate representation of color #70C7FE: hue angle of 203.24º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C7FE is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 199 | 254 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.00 |
| HSL | 203.24º | 0.99% | 0.72% | - |
| HSV(B) | 203.24º | 0.56% | 1% | - |
| XYZ | 44.99 | 51.45 | 101.32 | - |
| YUV | 179.26 | 170.18 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 254 | 0.56 | 0.22 | 0 | 0.00 | 203.24 | 0.99 | 0.72 |
| Hex | 70 | C7 | FE | 38 | 16 | 0 | 0 | CB | 63 | 48 |
| Octal | 160 | 307 | 376 | 70 | 26 | 0 | 0 | 313 | 143 | 110 |
| Binary | 1110000 | 11000111 | 11111110 | 111000 | 10110 | 0 | 0 | 11001011 | 1100011 | 1001000 |
Color Harmonies of #70C7FE
Complementary color
Monochromatic Colors of #70C7FE
Black with #70C7FE
Text Example
Text Example
White with #70C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C7FE; }
p { color: rgb(112,199,254); }
H1.HeaderClassName
{
color: #70C7FE;
}
.AnyTagClassName
{
color: #70C7FE;
}
</style>
background-color css
<style>
a { background-color: #70C7FE; }
a { background-color: rgb(112,199,254); }
div.DivClassName
{
background-color: #70C7FE;
}
.BgClassName
{
background-color: #70C7FE;
}
</style>
border-color css
<style>
span { border-color: #70C7FE; }
span { border-color: rgb(112,199,254); }
td.TdClassName
{
border-color: #70C7FE;
}
.TagClassName
{
border-color: #70C7FE;
}
</style>