Shades of Maya Blue #70BCFE
Tints of Maya Blue #70BCFE
RGB
CMYK
RGB Variations
Color information
#70BCFE (or 0x70BCFE) is known color: Maya Blue. HEX triplet: 70, BC and FE. RGB value is (112,188,254). Sum of RGB (Red+Green+Blue) = 112+188+254=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #70BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCFE is #8F4301. Grayscale: #ACACAC. Windows color (decimal): -9388802 or 16694384. OLE color: 16694384.
HSL color Cylindrical-coordinate representation of color #70BCFE: hue angle of 207.89º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70BCFE is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 188 | 254 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.00 |
| HSL | 207.89º | 0.99% | 0.72% | - |
| HSV(B) | 207.89º | 0.56% | 1% | - |
| XYZ | 42.55 | 46.57 | 100.51 | - |
| YUV | 172.8 | 173.82 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 254 | 0.56 | 0.26 | 0 | 0.00 | 207.89 | 0.99 | 0.72 |
| Hex | 70 | BC | FE | 38 | 1A | 0 | 0 | D0 | 63 | 48 |
| Octal | 160 | 274 | 376 | 70 | 32 | 0 | 0 | 320 | 143 | 110 |
| Binary | 1110000 | 10111100 | 11111110 | 111000 | 11010 | 0 | 0 | 11010000 | 1100011 | 1001000 |
Color Harmonies of #70BCFE
Complementary color
Monochromatic Colors of #70BCFE
Black with #70BCFE
Text Example
Text Example
White with #70BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCFE; }
p { color: rgb(112,188,254); }
H1.HeaderClassName
{
color: #70BCFE;
}
.AnyTagClassName
{
color: #70BCFE;
}
</style>
background-color css
<style>
a { background-color: #70BCFE; }
a { background-color: rgb(112,188,254); }
div.DivClassName
{
background-color: #70BCFE;
}
.BgClassName
{
background-color: #70BCFE;
}
</style>
border-color css
<style>
span { border-color: #70BCFE; }
span { border-color: rgb(112,188,254); }
td.TdClassName
{
border-color: #70BCFE;
}
.TagClassName
{
border-color: #70BCFE;
}
</style>