Shades of Maya Blue #70B4FE
Tints of Maya Blue #70B4FE
RGB
CMYK
RGB Variations
Color information
#70B4FE (or 0x70B4FE) is known color: Maya Blue. HEX triplet: 70, B4 and FE. RGB value is (112,180,254). Sum of RGB (Red+Green+Blue) = 112+180+254=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #70B4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B4FE is #8F4B01. Grayscale: #A7A7A7. Windows color (decimal): -9390850 or 16692336. OLE color: 16692336.
HSL color Cylindrical-coordinate representation of color #70B4FE: hue angle of 211.27º 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 #70B4FE is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 180 | 254 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.00 |
| HSL | 211.27º | 0.99% | 0.72% | - |
| HSV(B) | 211.27º | 0.56% | 1% | - |
| XYZ | 40.89 | 43.24 | 99.96 | - |
| YUV | 168.1 | 176.47 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 254 | 0.56 | 0.29 | 0 | 0.00 | 211.27 | 0.99 | 0.72 |
| Hex | 70 | B4 | FE | 38 | 1D | 0 | 0 | D3 | 63 | 48 |
| Octal | 160 | 264 | 376 | 70 | 35 | 0 | 0 | 323 | 143 | 110 |
| Binary | 1110000 | 10110100 | 11111110 | 111000 | 11101 | 0 | 0 | 11010011 | 1100011 | 1001000 |
Color Harmonies of #70B4FE
Complementary color
Monochromatic Colors of #70B4FE
Black with #70B4FE
Text Example
Text Example
White with #70B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B4FE; }
p { color: rgb(112,180,254); }
H1.HeaderClassName
{
color: #70B4FE;
}
.AnyTagClassName
{
color: #70B4FE;
}
</style>
background-color css
<style>
a { background-color: #70B4FE; }
a { background-color: rgb(112,180,254); }
div.DivClassName
{
background-color: #70B4FE;
}
.BgClassName
{
background-color: #70B4FE;
}
</style>
border-color css
<style>
span { border-color: #70B4FE; }
span { border-color: rgb(112,180,254); }
td.TdClassName
{
border-color: #70B4FE;
}
.TagClassName
{
border-color: #70B4FE;
}
</style>