Shades of Maya Blue #70CDF9
Tints of Maya Blue #70CDF9
RGB
CMYK
RGB Variations
Color information
#70CDF9 (or 0x70CDF9) is known color: Maya Blue. HEX triplet: 70, CD and F9. RGB value is (112,205,249). Sum of RGB (Red+Green+Blue) = 112+205+249=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #70CDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CDF9 is #8F3206. Grayscale: #B5B5B5. Windows color (decimal): -9384455 or 16371056. OLE color: 16371056.
HSL color Cylindrical-coordinate representation of color #70CDF9: hue angle of 199.27º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70CDF9 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 205 | 249 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.02 |
| HSL | 199.27º | 0.92% | 0.71% | - |
| HSV(B) | 199.27º | 0.55% | 0.98% | - |
| XYZ | 45.61 | 53.95 | 97.63 | - |
| YUV | 182.21 | 165.69 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 249 | 0.55 | 0.18 | 0 | 0.02 | 199.27 | 0.92 | 0.71 |
| Hex | 70 | CD | F9 | 37 | 12 | 0 | 2 | C7 | 5C | 47 |
| Octal | 160 | 315 | 371 | 67 | 22 | 0 | 2 | 307 | 134 | 107 |
| Binary | 1110000 | 11001101 | 11111001 | 110111 | 10010 | 0 | 10 | 11000111 | 1011100 | 1000111 |
Color Harmonies of #70CDF9
Complementary color
Monochromatic Colors of #70CDF9
Black with #70CDF9
Text Example
Text Example
White with #70CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDF9; }
p { color: rgb(112,205,249); }
H1.HeaderClassName
{
color: #70CDF9;
}
.AnyTagClassName
{
color: #70CDF9;
}
</style>
background-color css
<style>
a { background-color: #70CDF9; }
a { background-color: rgb(112,205,249); }
div.DivClassName
{
background-color: #70CDF9;
}
.BgClassName
{
background-color: #70CDF9;
}
</style>
border-color css
<style>
span { border-color: #70CDF9; }
span { border-color: rgb(112,205,249); }
td.TdClassName
{
border-color: #70CDF9;
}
.TagClassName
{
border-color: #70CDF9;
}
</style>