Shades of Maya Blue #70BCF3
Tints of Maya Blue #70BCF3
RGB
CMYK
RGB Variations
Color information
#70BCF3 (or 0x70BCF3) is known color: Maya Blue. HEX triplet: 70, BC and F3. RGB value is (112,188,243). Sum of RGB (Red+Green+Blue) = 112+188+243=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #70BCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCF3 is #8F430C. Grayscale: #ABABAB. Windows color (decimal): -9388813 or 15973488. OLE color: 15973488.
HSL color Cylindrical-coordinate representation of color #70BCF3: hue angle of 205.19º 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 #70BCF3 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 188 | 243 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.05 |
| HSL | 205.19º | 0.85% | 0.7% | - |
| HSV(B) | 205.19º | 0.54% | 0.95% | - |
| XYZ | 40.84 | 45.88 | 91.5 | - |
| YUV | 171.55 | 168.32 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 243 | 0.54 | 0.23 | 0 | 0.05 | 205.19 | 0.85 | 0.7 |
| Hex | 70 | BC | F3 | 36 | 17 | 0 | 5 | CD | 55 | 46 |
| Octal | 160 | 274 | 363 | 66 | 27 | 0 | 5 | 315 | 125 | 106 |
| Binary | 1110000 | 10111100 | 11110011 | 110110 | 10111 | 0 | 101 | 11001101 | 1010101 | 1000110 |
Color Harmonies of #70BCF3
Complementary color
Monochromatic Colors of #70BCF3
Black with #70BCF3
Text Example
Text Example
White with #70BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCF3; }
p { color: rgb(112,188,243); }
H1.HeaderClassName
{
color: #70BCF3;
}
.AnyTagClassName
{
color: #70BCF3;
}
</style>
background-color css
<style>
a { background-color: #70BCF3; }
a { background-color: rgb(112,188,243); }
div.DivClassName
{
background-color: #70BCF3;
}
.BgClassName
{
background-color: #70BCF3;
}
</style>
border-color css
<style>
span { border-color: #70BCF3; }
span { border-color: rgb(112,188,243); }
td.TdClassName
{
border-color: #70BCF3;
}
.TagClassName
{
border-color: #70BCF3;
}
</style>