Shades of Maya Blue #70D4FE
Tints of Maya Blue #70D4FE
RGB
CMYK
RGB Variations
Color information
#70D4FE (or 0x70D4FE) is known color: Maya Blue. HEX triplet: 70, D4 and FE. RGB value is (112,212,254). Sum of RGB (Red+Green+Blue) = 112+212+254=578 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.38% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #70D4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D4FE is #8F2B01. Grayscale: #BABABA. Windows color (decimal): -9382658 or 16700528. OLE color: 16700528.
HSL color Cylindrical-coordinate representation of color #70D4FE: hue angle of 197.75º 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 #70D4FE is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 212 | 254 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.00 |
| HSL | 197.75º | 0.99% | 0.72% | - |
| HSV(B) | 197.75º | 0.56% | 1% | - |
| XYZ | 48.11 | 57.69 | 102.36 | - |
| YUV | 186.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 212 | 254 | 0.56 | 0.17 | 0 | 0.00 | 197.75 | 0.99 | 0.72 |
| Hex | 70 | D4 | FE | 38 | 11 | 0 | 0 | C6 | 63 | 48 |
| Octal | 160 | 324 | 376 | 70 | 21 | 0 | 0 | 306 | 143 | 110 |
| Binary | 1110000 | 11010100 | 11111110 | 111000 | 10001 | 0 | 0 | 11000110 | 1100011 | 1001000 |
Color Harmonies of #70D4FE
Complementary color
Monochromatic Colors of #70D4FE
Black with #70D4FE
Text Example
Text Example
White with #70D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D4FE; }
p { color: rgb(112,212,254); }
H1.HeaderClassName
{
color: #70D4FE;
}
.AnyTagClassName
{
color: #70D4FE;
}
</style>
background-color css
<style>
a { background-color: #70D4FE; }
a { background-color: rgb(112,212,254); }
div.DivClassName
{
background-color: #70D4FE;
}
.BgClassName
{
background-color: #70D4FE;
}
</style>
border-color css
<style>
span { border-color: #70D4FE; }
span { border-color: rgb(112,212,254); }
td.TdClassName
{
border-color: #70D4FE;
}
.TagClassName
{
border-color: #70D4FE;
}
</style>