Shades of Maya Blue #70BCEF
Tints of Maya Blue #70BCEF
RGB
CMYK
RGB Variations
Color information
#70BCEF (or 0x70BCEF) is known color: Maya Blue. HEX triplet: 70, BC and EF. RGB value is (112,188,239). Sum of RGB (Red+Green+Blue) = 112+188+239=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #70BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCEF is #8F4310. Grayscale: #AAAAAA. Windows color (decimal): -9388817 or 15711344. OLE color: 15711344.
HSL color Cylindrical-coordinate representation of color #70BCEF: hue angle of 204.09º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BCEF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 188 | 239 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.06 |
| HSL | 204.09º | 0.8% | 0.69% | - |
| HSV(B) | 204.09º | 0.53% | 0.94% | - |
| XYZ | 40.25 | 45.64 | 88.35 | - |
| YUV | 171.09 | 166.32 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 239 | 0.53 | 0.21 | 0 | 0.06 | 204.09 | 0.8 | 0.69 |
| Hex | 70 | BC | EF | 35 | 15 | 0 | 6 | CC | 50 | 45 |
| Octal | 160 | 274 | 357 | 65 | 25 | 0 | 6 | 314 | 120 | 105 |
| Binary | 1110000 | 10111100 | 11101111 | 110101 | 10101 | 0 | 110 | 11001100 | 1010000 | 1000101 |
Color Harmonies of #70BCEF
Complementary color
Monochromatic Colors of #70BCEF
Black with #70BCEF
Text Example
Text Example
White with #70BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCEF; }
p { color: rgb(112,188,239); }
H1.HeaderClassName
{
color: #70BCEF;
}
.AnyTagClassName
{
color: #70BCEF;
}
</style>
background-color css
<style>
a { background-color: #70BCEF; }
a { background-color: rgb(112,188,239); }
div.DivClassName
{
background-color: #70BCEF;
}
.BgClassName
{
background-color: #70BCEF;
}
</style>
border-color css
<style>
span { border-color: #70BCEF; }
span { border-color: rgb(112,188,239); }
td.TdClassName
{
border-color: #70BCEF;
}
.TagClassName
{
border-color: #70BCEF;
}
</style>