Shades of Maya Blue #70C9FD
Tints of Maya Blue #70C9FD
RGB
CMYK
RGB Variations
Color information
#70C9FD (or 0x70C9FD) is known color: Maya Blue. HEX triplet: 70, C9 and FD. RGB value is (112,201,253). Sum of RGB (Red+Green+Blue) = 112+201+253=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #70C9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C9FD is #8F3602. Grayscale: #B4B4B4. Windows color (decimal): -9385475 or 16632176. OLE color: 16632176.
HSL color Cylindrical-coordinate representation of color #70C9FD: hue angle of 202.13º 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 #70C9FD is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 201 | 253 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.01 |
| HSL | 202.13º | 0.97% | 0.72% | - |
| HSV(B) | 202.13º | 0.56% | 0.99% | - |
| XYZ | 45.3 | 52.31 | 100.64 | - |
| YUV | 180.32 | 169.01 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 253 | 0.56 | 0.21 | 0 | 0.01 | 202.13 | 0.97 | 0.72 |
| Hex | 70 | C9 | FD | 38 | 15 | 0 | 1 | CA | 61 | 48 |
| Octal | 160 | 311 | 375 | 70 | 25 | 0 | 1 | 312 | 141 | 110 |
| Binary | 1110000 | 11001001 | 11111101 | 111000 | 10101 | 0 | 1 | 11001010 | 1100001 | 1001000 |
Color Harmonies of #70C9FD
Complementary color
Monochromatic Colors of #70C9FD
Black with #70C9FD
Text Example
Text Example
White with #70C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C9FD; }
p { color: rgb(112,201,253); }
H1.HeaderClassName
{
color: #70C9FD;
}
.AnyTagClassName
{
color: #70C9FD;
}
</style>
background-color css
<style>
a { background-color: #70C9FD; }
a { background-color: rgb(112,201,253); }
div.DivClassName
{
background-color: #70C9FD;
}
.BgClassName
{
background-color: #70C9FD;
}
</style>
border-color css
<style>
span { border-color: #70C9FD; }
span { border-color: rgb(112,201,253); }
td.TdClassName
{
border-color: #70C9FD;
}
.TagClassName
{
border-color: #70C9FD;
}
</style>