Shades of Maya Blue #70BDF3
Tints of Maya Blue #70BDF3
RGB
CMYK
RGB Variations
Color information
#70BDF3 (or 0x70BDF3) is known color: Maya Blue. HEX triplet: 70, BD and F3. RGB value is (112,189,243). Sum of RGB (Red+Green+Blue) = 112+189+243=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #70BDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BDF3 is #8F420C. Grayscale: #ABABAB. Windows color (decimal): -9388557 or 15973744. OLE color: 15973744.
HSL color Cylindrical-coordinate representation of color #70BDF3: hue angle of 204.73º 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 #70BDF3 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 189 | 243 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.05 |
| HSL | 204.73º | 0.85% | 0.7% | - |
| HSV(B) | 204.73º | 0.54% | 0.95% | - |
| XYZ | 41.06 | 46.31 | 91.57 | - |
| YUV | 172.13 | 167.99 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 243 | 0.54 | 0.22 | 0 | 0.05 | 204.73 | 0.85 | 0.7 |
| Hex | 70 | BD | F3 | 36 | 16 | 0 | 5 | CD | 55 | 46 |
| Octal | 160 | 275 | 363 | 66 | 26 | 0 | 5 | 315 | 125 | 106 |
| Binary | 1110000 | 10111101 | 11110011 | 110110 | 10110 | 0 | 101 | 11001101 | 1010101 | 1000110 |
Color Harmonies of #70BDF3
Complementary color
Monochromatic Colors of #70BDF3
Black with #70BDF3
Text Example
Text Example
White with #70BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BDF3; }
p { color: rgb(112,189,243); }
H1.HeaderClassName
{
color: #70BDF3;
}
.AnyTagClassName
{
color: #70BDF3;
}
</style>
background-color css
<style>
a { background-color: #70BDF3; }
a { background-color: rgb(112,189,243); }
div.DivClassName
{
background-color: #70BDF3;
}
.BgClassName
{
background-color: #70BDF3;
}
</style>
border-color css
<style>
span { border-color: #70BDF3; }
span { border-color: rgb(112,189,243); }
td.TdClassName
{
border-color: #70BDF3;
}
.TagClassName
{
border-color: #70BDF3;
}
</style>