Shades of Maya Blue #70BAF3
Tints of Maya Blue #70BAF3
RGB
CMYK
RGB Variations
Color information
#70BAF3 (or 0x70BAF3) is known color: Maya Blue. HEX triplet: 70, BA and F3. RGB value is (112,186,243). Sum of RGB (Red+Green+Blue) = 112+186+243=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #70BAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAF3 is #8F450C. Grayscale: #AAAAAA. Windows color (decimal): -9389325 or 15972976. OLE color: 15972976.
HSL color Cylindrical-coordinate representation of color #70BAF3: hue angle of 206.11º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BAF3 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 186 | 243 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.05 |
| HSL | 206.11º | 0.85% | 0.7% | - |
| HSV(B) | 206.11º | 0.54% | 0.95% | - |
| XYZ | 40.42 | 45.03 | 91.36 | - |
| YUV | 170.37 | 168.98 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 243 | 0.54 | 0.23 | 0 | 0.05 | 206.11 | 0.85 | 0.7 |
| Hex | 70 | BA | F3 | 36 | 17 | 0 | 5 | CE | 55 | 46 |
| Octal | 160 | 272 | 363 | 66 | 27 | 0 | 5 | 316 | 125 | 106 |
| Binary | 1110000 | 10111010 | 11110011 | 110110 | 10111 | 0 | 101 | 11001110 | 1010101 | 1000110 |
Color Harmonies of #70BAF3
Complementary color
Monochromatic Colors of #70BAF3
Black with #70BAF3
Text Example
Text Example
White with #70BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BAF3; }
p { color: rgb(112,186,243); }
H1.HeaderClassName
{
color: #70BAF3;
}
.AnyTagClassName
{
color: #70BAF3;
}
</style>
background-color css
<style>
a { background-color: #70BAF3; }
a { background-color: rgb(112,186,243); }
div.DivClassName
{
background-color: #70BAF3;
}
.BgClassName
{
background-color: #70BAF3;
}
</style>
border-color css
<style>
span { border-color: #70BAF3; }
span { border-color: rgb(112,186,243); }
td.TdClassName
{
border-color: #70BAF3;
}
.TagClassName
{
border-color: #70BAF3;
}
</style>