Shades of Maya Blue #70B9FE
Tints of Maya Blue #70B9FE
RGB
CMYK
RGB Variations
Color information
#70B9FE (or 0x70B9FE) is known color: Maya Blue. HEX triplet: 70, B9 and FE. RGB value is (112,185,254). Sum of RGB (Red+Green+Blue) = 112+185+254=551 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.33% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #70B9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B9FE is #8F4601. Grayscale: #AAAAAA. Windows color (decimal): -9389570 or 16693616. OLE color: 16693616.
HSL color Cylindrical-coordinate representation of color #70B9FE: hue angle of 209.15º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70B9FE is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 185 | 254 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.00 |
| HSL | 209.15º | 0.99% | 0.72% | - |
| HSV(B) | 209.15º | 0.56% | 1% | - |
| XYZ | 41.92 | 45.3 | 100.3 | - |
| YUV | 171.04 | 174.82 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 254 | 0.56 | 0.27 | 0 | 0.00 | 209.15 | 0.99 | 0.72 |
| Hex | 70 | B9 | FE | 38 | 1B | 0 | 0 | D1 | 63 | 48 |
| Octal | 160 | 271 | 376 | 70 | 33 | 0 | 0 | 321 | 143 | 110 |
| Binary | 1110000 | 10111001 | 11111110 | 111000 | 11011 | 0 | 0 | 11010001 | 1100011 | 1001000 |
Color Harmonies of #70B9FE
Complementary color
Monochromatic Colors of #70B9FE
Black with #70B9FE
Text Example
Text Example
White with #70B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B9FE; }
p { color: rgb(112,185,254); }
H1.HeaderClassName
{
color: #70B9FE;
}
.AnyTagClassName
{
color: #70B9FE;
}
</style>
background-color css
<style>
a { background-color: #70B9FE; }
a { background-color: rgb(112,185,254); }
div.DivClassName
{
background-color: #70B9FE;
}
.BgClassName
{
background-color: #70B9FE;
}
</style>
border-color css
<style>
span { border-color: #70B9FE; }
span { border-color: rgb(112,185,254); }
td.TdClassName
{
border-color: #70B9FE;
}
.TagClassName
{
border-color: #70B9FE;
}
</style>