Shades of Maya Blue #70BBF1
Tints of Maya Blue #70BBF1
RGB
CMYK
RGB Variations
Color information
#70BBF1 (or 0x70BBF1) is known color: Maya Blue. HEX triplet: 70, BB and F1. RGB value is (112,187,241). Sum of RGB (Red+Green+Blue) = 112+187+241=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #70BBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BBF1 is #8F440E. Grayscale: #AAAAAA. Windows color (decimal): -9389071 or 15842160. OLE color: 15842160.
HSL color Cylindrical-coordinate representation of color #70BBF1: hue angle of 205.12º degrees, saturation: 0.82, 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 #70BBF1 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 187 | 241 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.05 |
| HSL | 205.12º | 0.82% | 0.69% | - |
| HSV(B) | 205.12º | 0.54% | 0.95% | - |
| XYZ | 40.33 | 45.34 | 89.84 | - |
| YUV | 170.73 | 167.65 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 241 | 0.54 | 0.22 | 0 | 0.05 | 205.12 | 0.82 | 0.69 |
| Hex | 70 | BB | F1 | 36 | 16 | 0 | 5 | CD | 52 | 45 |
| Octal | 160 | 273 | 361 | 66 | 26 | 0 | 5 | 315 | 122 | 105 |
| Binary | 1110000 | 10111011 | 11110001 | 110110 | 10110 | 0 | 101 | 11001101 | 1010010 | 1000101 |
Color Harmonies of #70BBF1
Complementary color
Monochromatic Colors of #70BBF1
Black with #70BBF1
Text Example
Text Example
White with #70BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBF1; }
p { color: rgb(112,187,241); }
H1.HeaderClassName
{
color: #70BBF1;
}
.AnyTagClassName
{
color: #70BBF1;
}
</style>
background-color css
<style>
a { background-color: #70BBF1; }
a { background-color: rgb(112,187,241); }
div.DivClassName
{
background-color: #70BBF1;
}
.BgClassName
{
background-color: #70BBF1;
}
</style>
border-color css
<style>
span { border-color: #70BBF1; }
span { border-color: rgb(112,187,241); }
td.TdClassName
{
border-color: #70BBF1;
}
.TagClassName
{
border-color: #70BBF1;
}
</style>