Shades of Maya Blue #70B0FE
Tints of Maya Blue #70B0FE
RGB
CMYK
RGB Variations
Color information
#70B0FE (or 0x70B0FE) is known color: Maya Blue. HEX triplet: 70, B0 and FE. RGB value is (112,176,254). Sum of RGB (Red+Green+Blue) = 112+176+254=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #70B0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70B0FE is #8F4F01. Grayscale: #A5A5A5. Windows color (decimal): -9391874 or 16691312. OLE color: 16691312.
HSL color Cylindrical-coordinate representation of color #70B0FE: hue angle of 212.96º 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 #70B0FE is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 176 | 254 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.00 |
| HSL | 212.96º | 0.99% | 0.72% | - |
| HSV(B) | 212.96º | 0.56% | 1% | - |
| XYZ | 40.1 | 41.65 | 99.69 | - |
| YUV | 165.76 | 177.8 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 176 | 254 | 0.56 | 0.31 | 0 | 0.00 | 212.96 | 0.99 | 0.72 |
| Hex | 70 | B0 | FE | 38 | 1F | 0 | 0 | D5 | 63 | 48 |
| Octal | 160 | 260 | 376 | 70 | 37 | 0 | 0 | 325 | 143 | 110 |
| Binary | 1110000 | 10110000 | 11111110 | 111000 | 11111 | 0 | 0 | 11010101 | 1100011 | 1001000 |
Color Harmonies of #70B0FE
Complementary color
Monochromatic Colors of #70B0FE
Black with #70B0FE
Text Example
Text Example
White with #70B0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B0FE; }
p { color: rgb(112,176,254); }
H1.HeaderClassName
{
color: #70B0FE;
}
.AnyTagClassName
{
color: #70B0FE;
}
</style>
background-color css
<style>
a { background-color: #70B0FE; }
a { background-color: rgb(112,176,254); }
div.DivClassName
{
background-color: #70B0FE;
}
.BgClassName
{
background-color: #70B0FE;
}
</style>
border-color css
<style>
span { border-color: #70B0FE; }
span { border-color: rgb(112,176,254); }
td.TdClassName
{
border-color: #70B0FE;
}
.TagClassName
{
border-color: #70B0FE;
}
</style>