Shades of Maya Blue #70D3FF
Tints of Maya Blue #70D3FF
RGB
CMYK
RGB Variations
Color information
#70D3FF (or 0x70D3FF) is known color: Maya Blue. HEX triplet: 70, D3 and FF. RGB value is (112,211,255). Sum of RGB (Red+Green+Blue) = 112+211+255=578 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.38% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #70D3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D3FF is #8F2C00. Grayscale: #BABABA. Windows color (decimal): -9382913 or 16765808. OLE color: 16765808.
HSL color Cylindrical-coordinate representation of color #70D3FF: hue angle of 198.46º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70D3FF is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 211 | 255 | - |
| CMYK | 0.56 | 0.17 | 0 | 0 |
| HSL | 198.46º | 1% | 0.72% | - |
| HSV(B) | 198.46º | 0.56% | 1% | - |
| XYZ | 48.03 | 57.25 | 103.13 | - |
| YUV | 186.42 | 166.7 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 255 | 0.56 | 0.17 | 0 | 0 | 198.46 | 1 | 0.72 |
| Hex | 70 | D3 | FF | 38 | 11 | 0 | 0 | C6 | 64 | 48 |
| Octal | 160 | 323 | 377 | 70 | 21 | 0 | 0 | 306 | 144 | 110 |
| Binary | 1110000 | 11010011 | 11111111 | 111000 | 10001 | 0 | 0 | 11000110 | 1100100 | 1001000 |
Color Harmonies of #70D3FF
Complementary color
Monochromatic Colors of #70D3FF
Black with #70D3FF
Text Example
Text Example
White with #70D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D3FF; }
p { color: rgb(112,211,255); }
H1.HeaderClassName
{
color: #70D3FF;
}
.AnyTagClassName
{
color: #70D3FF;
}
</style>
background-color css
<style>
a { background-color: #70D3FF; }
a { background-color: rgb(112,211,255); }
div.DivClassName
{
background-color: #70D3FF;
}
.BgClassName
{
background-color: #70D3FF;
}
</style>
border-color css
<style>
span { border-color: #70D3FF; }
span { border-color: rgb(112,211,255); }
td.TdClassName
{
border-color: #70D3FF;
}
.TagClassName
{
border-color: #70D3FF;
}
</style>