Shades of Maya Blue #70BDEF
Tints of Maya Blue #70BDEF
RGB
CMYK
RGB Variations
Color information
#70BDEF (or 0x70BDEF) is known color: Maya Blue. HEX triplet: 70, BD and EF. RGB value is (112,189,239). Sum of RGB (Red+Green+Blue) = 112+189+239=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #70BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BDEF is #8F4210. Grayscale: #ABABAB. Windows color (decimal): -9388561 or 15711600. OLE color: 15711600.
HSL color Cylindrical-coordinate representation of color #70BDEF: hue angle of 203.62º 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 #70BDEF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 189 | 239 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.06 |
| HSL | 203.62º | 0.8% | 0.69% | - |
| HSV(B) | 203.62º | 0.53% | 0.94% | - |
| XYZ | 40.46 | 46.07 | 88.42 | - |
| YUV | 171.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 239 | 0.53 | 0.21 | 0 | 0.06 | 203.62 | 0.8 | 0.69 |
| Hex | 70 | BD | EF | 35 | 15 | 0 | 6 | CC | 50 | 45 |
| Octal | 160 | 275 | 357 | 65 | 25 | 0 | 6 | 314 | 120 | 105 |
| Binary | 1110000 | 10111101 | 11101111 | 110101 | 10101 | 0 | 110 | 11001100 | 1010000 | 1000101 |
Color Harmonies of #70BDEF
Complementary color
Monochromatic Colors of #70BDEF
Black with #70BDEF
Text Example
Text Example
White with #70BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BDEF; }
p { color: rgb(112,189,239); }
H1.HeaderClassName
{
color: #70BDEF;
}
.AnyTagClassName
{
color: #70BDEF;
}
</style>
background-color css
<style>
a { background-color: #70BDEF; }
a { background-color: rgb(112,189,239); }
div.DivClassName
{
background-color: #70BDEF;
}
.BgClassName
{
background-color: #70BDEF;
}
</style>
border-color css
<style>
span { border-color: #70BDEF; }
span { border-color: rgb(112,189,239); }
td.TdClassName
{
border-color: #70BDEF;
}
.TagClassName
{
border-color: #70BDEF;
}
</style>