Shades of Maya Blue #70BFFA
Tints of Maya Blue #70BFFA
RGB
CMYK
RGB Variations
Color information
#70BFFA (or 0x70BFFA) is known color: Maya Blue. HEX triplet: 70, BF and FA. RGB value is (112,191,250). Sum of RGB (Red+Green+Blue) = 112+191+250=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #70BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFFA is #8F4005. Grayscale: #ADADAD. Windows color (decimal): -9388038 or 16433008. OLE color: 16433008.
HSL color Cylindrical-coordinate representation of color #70BFFA: hue angle of 205.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70BFFA is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 191 | 250 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.02 |
| HSL | 205.65º | 0.93% | 0.71% | - |
| HSV(B) | 205.65º | 0.55% | 0.98% | - |
| XYZ | 42.57 | 47.61 | 97.39 | - |
| YUV | 174.11 | 170.83 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 250 | 0.55 | 0.24 | 0 | 0.02 | 205.65 | 0.93 | 0.71 |
| Hex | 70 | BF | FA | 37 | 18 | 0 | 2 | CE | 5D | 47 |
| Octal | 160 | 277 | 372 | 67 | 30 | 0 | 2 | 316 | 135 | 107 |
| Binary | 1110000 | 10111111 | 11111010 | 110111 | 11000 | 0 | 10 | 11001110 | 1011101 | 1000111 |
Color Harmonies of #70BFFA
Complementary color
Monochromatic Colors of #70BFFA
Black with #70BFFA
Text Example
Text Example
White with #70BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFFA; }
p { color: rgb(112,191,250); }
H1.HeaderClassName
{
color: #70BFFA;
}
.AnyTagClassName
{
color: #70BFFA;
}
</style>
background-color css
<style>
a { background-color: #70BFFA; }
a { background-color: rgb(112,191,250); }
div.DivClassName
{
background-color: #70BFFA;
}
.BgClassName
{
background-color: #70BFFA;
}
</style>
border-color css
<style>
span { border-color: #70BFFA; }
span { border-color: rgb(112,191,250); }
td.TdClassName
{
border-color: #70BFFA;
}
.TagClassName
{
border-color: #70BFFA;
}
</style>