Shades of Maya Blue #70D5FF
Tints of Maya Blue #70D5FF
RGB
CMYK
RGB Variations
Color information
#70D5FF (or 0x70D5FF) is known color: Maya Blue. HEX triplet: 70, D5 and FF. RGB value is (112,213,255). Sum of RGB (Red+Green+Blue) = 112+213+255=580 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.31% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #70D5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D5FF is #8F2A00. Grayscale: #BBBBBB. Windows color (decimal): -9382401 or 16766320. OLE color: 16766320.
HSL color Cylindrical-coordinate representation of color #70D5FF: hue angle of 197.62º 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 #70D5FF is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 213 | 255 | - |
| CMYK | 0.56 | 0.16 | 0 | 0 |
| HSL | 197.62º | 1% | 0.72% | - |
| HSV(B) | 197.62º | 0.56% | 1% | - |
| XYZ | 48.53 | 58.25 | 103.29 | - |
| YUV | 187.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 255 | 0.56 | 0.16 | 0 | 0 | 197.62 | 1 | 0.72 |
| Hex | 70 | D5 | FF | 38 | 10 | 0 | 0 | C6 | 64 | 48 |
| Octal | 160 | 325 | 377 | 70 | 20 | 0 | 0 | 306 | 144 | 110 |
| Binary | 1110000 | 11010101 | 11111111 | 111000 | 10000 | 0 | 0 | 11000110 | 1100100 | 1001000 |
Color Harmonies of #70D5FF
Complementary color
Monochromatic Colors of #70D5FF
Black with #70D5FF
Text Example
Text Example
White with #70D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D5FF; }
p { color: rgb(112,213,255); }
H1.HeaderClassName
{
color: #70D5FF;
}
.AnyTagClassName
{
color: #70D5FF;
}
</style>
background-color css
<style>
a { background-color: #70D5FF; }
a { background-color: rgb(112,213,255); }
div.DivClassName
{
background-color: #70D5FF;
}
.BgClassName
{
background-color: #70D5FF;
}
</style>
border-color css
<style>
span { border-color: #70D5FF; }
span { border-color: rgb(112,213,255); }
td.TdClassName
{
border-color: #70D5FF;
}
.TagClassName
{
border-color: #70D5FF;
}
</style>