Shades of Maya Blue #70ABFC
Tints of Maya Blue #70ABFC
RGB
CMYK
RGB Variations
Color information
#70ABFC (or 0x70ABFC) is known color: Maya Blue. HEX triplet: 70, AB and FC. RGB value is (112,171,252). Sum of RGB (Red+Green+Blue) = 112+171+252=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #70ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABFC is #8F5403. Grayscale: #A2A2A2. Windows color (decimal): -9393156 or 16558960. OLE color: 16558960.
HSL color Cylindrical-coordinate representation of color #70ABFC: hue angle of 214.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70ABFC is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 171 | 252 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.01 |
| HSL | 214.71º | 0.96% | 0.71% | - |
| HSV(B) | 214.71º | 0.56% | 0.99% | - |
| XYZ | 38.82 | 39.6 | 97.69 | - |
| YUV | 162.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 252 | 0.56 | 0.32 | 0 | 0.01 | 214.71 | 0.96 | 0.71 |
| Hex | 70 | AB | FC | 38 | 20 | 0 | 1 | D7 | 60 | 47 |
| Octal | 160 | 253 | 374 | 70 | 40 | 0 | 1 | 327 | 140 | 107 |
| Binary | 1110000 | 10101011 | 11111100 | 111000 | 100000 | 0 | 1 | 11010111 | 1100000 | 1000111 |
Color Harmonies of #70ABFC
Complementary color
Monochromatic Colors of #70ABFC
Black with #70ABFC
Text Example
Text Example
White with #70ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABFC; }
p { color: rgb(112,171,252); }
H1.HeaderClassName
{
color: #70ABFC;
}
.AnyTagClassName
{
color: #70ABFC;
}
</style>
background-color css
<style>
a { background-color: #70ABFC; }
a { background-color: rgb(112,171,252); }
div.DivClassName
{
background-color: #70ABFC;
}
.BgClassName
{
background-color: #70ABFC;
}
</style>
border-color css
<style>
span { border-color: #70ABFC; }
span { border-color: rgb(112,171,252); }
td.TdClassName
{
border-color: #70ABFC;
}
.TagClassName
{
border-color: #70ABFC;
}
</style>