Shades of Maya Blue #70BAF2
Tints of Maya Blue #70BAF2
RGB
CMYK
RGB Variations
Color information
#70BAF2 (or 0x70BAF2) is known color: Maya Blue. HEX triplet: 70, BA and F2. RGB value is (112,186,242). Sum of RGB (Red+Green+Blue) = 112+186+242=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #70BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAF2 is #8F450D. Grayscale: #A9A9A9. Windows color (decimal): -9389326 or 15907440. OLE color: 15907440.
HSL color Cylindrical-coordinate representation of color #70BAF2: hue angle of 205.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BAF2 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 186 | 242 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.05 |
| HSL | 205.85º | 0.83% | 0.69% | - |
| HSV(B) | 205.85º | 0.54% | 0.95% | - |
| XYZ | 40.27 | 44.97 | 90.56 | - |
| YUV | 170.26 | 168.48 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 242 | 0.54 | 0.23 | 0 | 0.05 | 205.85 | 0.83 | 0.69 |
| Hex | 70 | BA | F2 | 36 | 17 | 0 | 5 | CE | 53 | 45 |
| Octal | 160 | 272 | 362 | 66 | 27 | 0 | 5 | 316 | 123 | 105 |
| Binary | 1110000 | 10111010 | 11110010 | 110110 | 10111 | 0 | 101 | 11001110 | 1010011 | 1000101 |
Color Harmonies of #70BAF2
Complementary color
Monochromatic Colors of #70BAF2
Black with #70BAF2
Text Example
Text Example
White with #70BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BAF2; }
p { color: rgb(112,186,242); }
H1.HeaderClassName
{
color: #70BAF2;
}
.AnyTagClassName
{
color: #70BAF2;
}
</style>
background-color css
<style>
a { background-color: #70BAF2; }
a { background-color: rgb(112,186,242); }
div.DivClassName
{
background-color: #70BAF2;
}
.BgClassName
{
background-color: #70BAF2;
}
</style>
border-color css
<style>
span { border-color: #70BAF2; }
span { border-color: rgb(112,186,242); }
td.TdClassName
{
border-color: #70BAF2;
}
.TagClassName
{
border-color: #70BAF2;
}
</style>