Shades of Maya Blue #70BAFA
Tints of Maya Blue #70BAFA
RGB
CMYK
RGB Variations
Color information
#70BAFA (or 0x70BAFA) is known color: Maya Blue. HEX triplet: 70, BA and FA. RGB value is (112,186,250). Sum of RGB (Red+Green+Blue) = 112+186+250=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #70BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAFA is #8F4505. Grayscale: #AAAAAA. Windows color (decimal): -9389318 or 16431728. OLE color: 16431728.
HSL color Cylindrical-coordinate representation of color #70BAFA: hue angle of 207.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70BAFA is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 186 | 250 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.02 |
| HSL | 207.83º | 0.93% | 0.71% | - |
| HSV(B) | 207.83º | 0.55% | 0.98% | - |
| XYZ | 41.5 | 45.46 | 97.03 | - |
| YUV | 171.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 250 | 0.55 | 0.26 | 0 | 0.02 | 207.83 | 0.93 | 0.71 |
| Hex | 70 | BA | FA | 37 | 1A | 0 | 2 | D0 | 5D | 47 |
| Octal | 160 | 272 | 372 | 67 | 32 | 0 | 2 | 320 | 135 | 107 |
| Binary | 1110000 | 10111010 | 11111010 | 110111 | 11010 | 0 | 10 | 11010000 | 1011101 | 1000111 |
Color Harmonies of #70BAFA
Complementary color
Monochromatic Colors of #70BAFA
Black with #70BAFA
Text Example
Text Example
White with #70BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BAFA; }
p { color: rgb(112,186,250); }
H1.HeaderClassName
{
color: #70BAFA;
}
.AnyTagClassName
{
color: #70BAFA;
}
</style>
background-color css
<style>
a { background-color: #70BAFA; }
a { background-color: rgb(112,186,250); }
div.DivClassName
{
background-color: #70BAFA;
}
.BgClassName
{
background-color: #70BAFA;
}
</style>
border-color css
<style>
span { border-color: #70BAFA; }
span { border-color: rgb(112,186,250); }
td.TdClassName
{
border-color: #70BAFA;
}
.TagClassName
{
border-color: #70BAFA;
}
</style>