Shades of Maya Blue #70C0FD
Tints of Maya Blue #70C0FD
RGB
CMYK
RGB Variations
Color information
#70C0FD (or 0x70C0FD) is known color: Maya Blue. HEX triplet: 70, C0 and FD. RGB value is (112,192,253). Sum of RGB (Red+Green+Blue) = 112+192+253=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #70C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C0FD is #8F3F02. Grayscale: #AEAEAE. Windows color (decimal): -9387779 or 16629872. OLE color: 16629872.
HSL color Cylindrical-coordinate representation of color #70C0FD: hue angle of 205.96º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C0FD is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 192 | 253 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.01 |
| HSL | 205.96º | 0.97% | 0.72% | - |
| HSV(B) | 205.96º | 0.56% | 0.99% | - |
| XYZ | 43.26 | 48.24 | 99.96 | - |
| YUV | 175.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 253 | 0.56 | 0.24 | 0 | 0.01 | 205.96 | 0.97 | 0.72 |
| Hex | 70 | C0 | FD | 38 | 18 | 0 | 1 | CE | 61 | 48 |
| Octal | 160 | 300 | 375 | 70 | 30 | 0 | 1 | 316 | 141 | 110 |
| Binary | 1110000 | 11000000 | 11111101 | 111000 | 11000 | 0 | 1 | 11001110 | 1100001 | 1001000 |
Color Harmonies of #70C0FD
Complementary color
Monochromatic Colors of #70C0FD
Black with #70C0FD
Text Example
Text Example
White with #70C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C0FD; }
p { color: rgb(112,192,253); }
H1.HeaderClassName
{
color: #70C0FD;
}
.AnyTagClassName
{
color: #70C0FD;
}
</style>
background-color css
<style>
a { background-color: #70C0FD; }
a { background-color: rgb(112,192,253); }
div.DivClassName
{
background-color: #70C0FD;
}
.BgClassName
{
background-color: #70C0FD;
}
</style>
border-color css
<style>
span { border-color: #70C0FD; }
span { border-color: rgb(112,192,253); }
td.TdClassName
{
border-color: #70C0FD;
}
.TagClassName
{
border-color: #70C0FD;
}
</style>