Shades of Maya Blue #70BCED
Tints of Maya Blue #70BCED
RGB
CMYK
RGB Variations
Color information
#70BCED (or 0x70BCED) is known color: Maya Blue. HEX triplet: 70, BC and ED. RGB value is (112,188,237). Sum of RGB (Red+Green+Blue) = 112+188+237=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #70BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCED is #8F4312. Grayscale: #AAAAAA. Windows color (decimal): -9388819 or 15580272. OLE color: 15580272.
HSL color Cylindrical-coordinate representation of color #70BCED: hue angle of 203.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BCED is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 188 | 237 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.07 |
| HSL | 203.52º | 0.78% | 0.68% | - |
| HSV(B) | 203.52º | 0.53% | 0.93% | - |
| XYZ | 39.95 | 45.53 | 86.8 | - |
| YUV | 170.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 237 | 0.53 | 0.21 | 0 | 0.07 | 203.52 | 0.78 | 0.68 |
| Hex | 70 | BC | ED | 35 | 15 | 0 | 7 | CC | 4E | 44 |
| Octal | 160 | 274 | 355 | 65 | 25 | 0 | 7 | 314 | 116 | 104 |
| Binary | 1110000 | 10111100 | 11101101 | 110101 | 10101 | 0 | 111 | 11001100 | 1001110 | 1000100 |
Color Harmonies of #70BCED
Complementary color
Monochromatic Colors of #70BCED
Black with #70BCED
Text Example
Text Example
White with #70BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCED; }
p { color: rgb(112,188,237); }
H1.HeaderClassName
{
color: #70BCED;
}
.AnyTagClassName
{
color: #70BCED;
}
</style>
background-color css
<style>
a { background-color: #70BCED; }
a { background-color: rgb(112,188,237); }
div.DivClassName
{
background-color: #70BCED;
}
.BgClassName
{
background-color: #70BCED;
}
</style>
border-color css
<style>
span { border-color: #70BCED; }
span { border-color: rgb(112,188,237); }
td.TdClassName
{
border-color: #70BCED;
}
.TagClassName
{
border-color: #70BCED;
}
</style>