Shades of Maya Blue #70BAFE
Tints of Maya Blue #70BAFE
RGB
CMYK
RGB Variations
Color information
#70BAFE (or 0x70BAFE) is known color: Maya Blue. HEX triplet: 70, BA and FE. RGB value is (112,186,254). Sum of RGB (Red+Green+Blue) = 112+186+254=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #70BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAFE is #8F4501. Grayscale: #ABABAB. Windows color (decimal): -9389314 or 16693872. OLE color: 16693872.
HSL color Cylindrical-coordinate representation of color #70BAFE: hue angle of 208.73º 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 #70BAFE is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 186 | 254 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.00 |
| HSL | 208.73º | 0.99% | 0.72% | - |
| HSV(B) | 208.73º | 0.56% | 1% | - |
| XYZ | 42.13 | 45.72 | 100.37 | - |
| YUV | 171.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 254 | 0.56 | 0.27 | 0 | 0.00 | 208.73 | 0.99 | 0.72 |
| Hex | 70 | BA | FE | 38 | 1B | 0 | 0 | D1 | 63 | 48 |
| Octal | 160 | 272 | 376 | 70 | 33 | 0 | 0 | 321 | 143 | 110 |
| Binary | 1110000 | 10111010 | 11111110 | 111000 | 11011 | 0 | 0 | 11010001 | 1100011 | 1001000 |
Color Harmonies of #70BAFE
Complementary color
Monochromatic Colors of #70BAFE
Black with #70BAFE
Text Example
Text Example
White with #70BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BAFE; }
p { color: rgb(112,186,254); }
H1.HeaderClassName
{
color: #70BAFE;
}
.AnyTagClassName
{
color: #70BAFE;
}
</style>
background-color css
<style>
a { background-color: #70BAFE; }
a { background-color: rgb(112,186,254); }
div.DivClassName
{
background-color: #70BAFE;
}
.BgClassName
{
background-color: #70BAFE;
}
</style>
border-color css
<style>
span { border-color: #70BAFE; }
span { border-color: rgb(112,186,254); }
td.TdClassName
{
border-color: #70BAFE;
}
.TagClassName
{
border-color: #70BAFE;
}
</style>