Shades of Maya Blue #70BCEE
Tints of Maya Blue #70BCEE
RGB
CMYK
RGB Variations
Color information
#70BCEE (or 0x70BCEE) is known color: Maya Blue. HEX triplet: 70, BC and EE. RGB value is (112,188,238). Sum of RGB (Red+Green+Blue) = 112+188+238=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #70BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCEE is #8F4311. Grayscale: #AAAAAA. Windows color (decimal): -9388818 or 15645808. OLE color: 15645808.
HSL color Cylindrical-coordinate representation of color #70BCEE: hue angle of 203.81º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BCEE is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 188 | 238 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.07 |
| HSL | 203.81º | 0.79% | 0.69% | - |
| HSV(B) | 203.81º | 0.53% | 0.93% | - |
| XYZ | 40.1 | 45.58 | 87.57 | - |
| YUV | 170.98 | 165.82 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 238 | 0.53 | 0.21 | 0 | 0.07 | 203.81 | 0.79 | 0.69 |
| Hex | 70 | BC | EE | 35 | 15 | 0 | 7 | CC | 4F | 45 |
| Octal | 160 | 274 | 356 | 65 | 25 | 0 | 7 | 314 | 117 | 105 |
| Binary | 1110000 | 10111100 | 11101110 | 110101 | 10101 | 0 | 111 | 11001100 | 1001111 | 1000101 |
Color Harmonies of #70BCEE
Complementary color
Monochromatic Colors of #70BCEE
Black with #70BCEE
Text Example
Text Example
White with #70BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCEE; }
p { color: rgb(112,188,238); }
H1.HeaderClassName
{
color: #70BCEE;
}
.AnyTagClassName
{
color: #70BCEE;
}
</style>
background-color css
<style>
a { background-color: #70BCEE; }
a { background-color: rgb(112,188,238); }
div.DivClassName
{
background-color: #70BCEE;
}
.BgClassName
{
background-color: #70BCEE;
}
</style>
border-color css
<style>
span { border-color: #70BCEE; }
span { border-color: rgb(112,188,238); }
td.TdClassName
{
border-color: #70BCEE;
}
.TagClassName
{
border-color: #70BCEE;
}
</style>