Shades of Maya Blue #70BCF2
Tints of Maya Blue #70BCF2
RGB
CMYK
RGB Variations
Color information
#70BCF2 (or 0x70BCF2) is known color: Maya Blue. HEX triplet: 70, BC and F2. RGB value is (112,188,242). Sum of RGB (Red+Green+Blue) = 112+188+242=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #70BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCF2 is #8F430D. Grayscale: #ABABAB. Windows color (decimal): -9388814 or 15907952. OLE color: 15907952.
HSL color Cylindrical-coordinate representation of color #70BCF2: hue angle of 204.92º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BCF2 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 188 | 242 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.05 |
| HSL | 204.92º | 0.83% | 0.69% | - |
| HSV(B) | 204.92º | 0.54% | 0.95% | - |
| XYZ | 40.69 | 45.82 | 90.7 | - |
| YUV | 171.43 | 167.82 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 242 | 0.54 | 0.22 | 0 | 0.05 | 204.92 | 0.83 | 0.69 |
| Hex | 70 | BC | F2 | 36 | 16 | 0 | 5 | CD | 53 | 45 |
| Octal | 160 | 274 | 362 | 66 | 26 | 0 | 5 | 315 | 123 | 105 |
| Binary | 1110000 | 10111100 | 11110010 | 110110 | 10110 | 0 | 101 | 11001101 | 1010011 | 1000101 |
Color Harmonies of #70BCF2
Complementary color
Monochromatic Colors of #70BCF2
Black with #70BCF2
Text Example
Text Example
White with #70BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCF2; }
p { color: rgb(112,188,242); }
H1.HeaderClassName
{
color: #70BCF2;
}
.AnyTagClassName
{
color: #70BCF2;
}
</style>
background-color css
<style>
a { background-color: #70BCF2; }
a { background-color: rgb(112,188,242); }
div.DivClassName
{
background-color: #70BCF2;
}
.BgClassName
{
background-color: #70BCF2;
}
</style>
border-color css
<style>
span { border-color: #70BCF2; }
span { border-color: rgb(112,188,242); }
td.TdClassName
{
border-color: #70BCF2;
}
.TagClassName
{
border-color: #70BCF2;
}
</style>