Shades of Maya Blue #70BFF0
Tints of Maya Blue #70BFF0
RGB
CMYK
RGB Variations
Color information
#70BFF0 (or 0x70BFF0) is known color: Maya Blue. HEX triplet: 70, BF and F0. RGB value is (112,191,240). Sum of RGB (Red+Green+Blue) = 112+191+240=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #70BFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFF0 is #8F400F. Grayscale: #ACACAC. Windows color (decimal): -9388048 or 15777648. OLE color: 15777648.
HSL color Cylindrical-coordinate representation of color #70BFF0: hue angle of 202.97º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BFF0 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 191 | 240 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.06 |
| HSL | 202.97º | 0.81% | 0.69% | - |
| HSV(B) | 202.97º | 0.53% | 0.94% | - |
| XYZ | 41.04 | 47 | 89.35 | - |
| YUV | 172.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 240 | 0.53 | 0.20 | 0 | 0.06 | 202.97 | 0.81 | 0.69 |
| Hex | 70 | BF | F0 | 35 | 14 | 0 | 6 | CB | 51 | 45 |
| Octal | 160 | 277 | 360 | 65 | 24 | 0 | 6 | 313 | 121 | 105 |
| Binary | 1110000 | 10111111 | 11110000 | 110101 | 10100 | 0 | 110 | 11001011 | 1010001 | 1000101 |
Color Harmonies of #70BFF0
Complementary color
Monochromatic Colors of #70BFF0
Black with #70BFF0
Text Example
Text Example
White with #70BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFF0; }
p { color: rgb(112,191,240); }
H1.HeaderClassName
{
color: #70BFF0;
}
.AnyTagClassName
{
color: #70BFF0;
}
</style>
background-color css
<style>
a { background-color: #70BFF0; }
a { background-color: rgb(112,191,240); }
div.DivClassName
{
background-color: #70BFF0;
}
.BgClassName
{
background-color: #70BFF0;
}
</style>
border-color css
<style>
span { border-color: #70BFF0; }
span { border-color: rgb(112,191,240); }
td.TdClassName
{
border-color: #70BFF0;
}
.TagClassName
{
border-color: #70BFF0;
}
</style>