Shades of Maya Blue #70BEF4
Tints of Maya Blue #70BEF4
RGB
CMYK
RGB Variations
Color information
#70BEF4 (or 0x70BEF4) is known color: Maya Blue. HEX triplet: 70, BE and F4. RGB value is (112,190,244). Sum of RGB (Red+Green+Blue) = 112+190+244=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #70BEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BEF4 is #8F410B. Grayscale: #ACACAC. Windows color (decimal): -9388300 or 16039536. OLE color: 16039536.
HSL color Cylindrical-coordinate representation of color #70BEF4: hue angle of 204.55º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BEF4 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 190 | 244 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.04 |
| HSL | 204.55º | 0.86% | 0.7% | - |
| HSV(B) | 204.55º | 0.54% | 0.96% | - |
| XYZ | 41.42 | 46.8 | 92.44 | - |
| YUV | 172.83 | 168.16 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 244 | 0.54 | 0.22 | 0 | 0.04 | 204.55 | 0.86 | 0.7 |
| Hex | 70 | BE | F4 | 36 | 16 | 0 | 4 | CD | 56 | 46 |
| Octal | 160 | 276 | 364 | 66 | 26 | 0 | 4 | 315 | 126 | 106 |
| Binary | 1110000 | 10111110 | 11110100 | 110110 | 10110 | 0 | 100 | 11001101 | 1010110 | 1000110 |
Color Harmonies of #70BEF4
Complementary color
Monochromatic Colors of #70BEF4
Black with #70BEF4
Text Example
Text Example
White with #70BEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEF4; }
p { color: rgb(112,190,244); }
H1.HeaderClassName
{
color: #70BEF4;
}
.AnyTagClassName
{
color: #70BEF4;
}
</style>
background-color css
<style>
a { background-color: #70BEF4; }
a { background-color: rgb(112,190,244); }
div.DivClassName
{
background-color: #70BEF4;
}
.BgClassName
{
background-color: #70BEF4;
}
</style>
border-color css
<style>
span { border-color: #70BEF4; }
span { border-color: rgb(112,190,244); }
td.TdClassName
{
border-color: #70BEF4;
}
.TagClassName
{
border-color: #70BEF4;
}
</style>