Shades of Maya Blue #70CDF2
Tints of Maya Blue #70CDF2
RGB
CMYK
RGB Variations
Color information
#70CDF2 (or 0x70CDF2) is known color: Maya Blue. HEX triplet: 70, CD and F2. RGB value is (112,205,242). Sum of RGB (Red+Green+Blue) = 112+205+242=559 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20.04% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #70CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CDF2 is #8F320D. Grayscale: #B5B5B5. Windows color (decimal): -9384462 or 15912304. OLE color: 15912304.
HSL color Cylindrical-coordinate representation of color #70CDF2: hue angle of 197.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70CDF2 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 205 | 242 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.05 |
| HSL | 197.08º | 0.83% | 0.69% | - |
| HSV(B) | 197.08º | 0.54% | 0.95% | - |
| XYZ | 44.54 | 53.52 | 91.99 | - |
| YUV | 181.41 | 162.19 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 242 | 0.54 | 0.15 | 0 | 0.05 | 197.08 | 0.83 | 0.69 |
| Hex | 70 | CD | F2 | 36 | F | 0 | 5 | C5 | 53 | 45 |
| Octal | 160 | 315 | 362 | 66 | 17 | 0 | 5 | 305 | 123 | 105 |
| Binary | 1110000 | 11001101 | 11110010 | 110110 | 1111 | 0 | 101 | 11000101 | 1010011 | 1000101 |
Color Harmonies of #70CDF2
Complementary color
Monochromatic Colors of #70CDF2
Black with #70CDF2
Text Example
Text Example
White with #70CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDF2; }
p { color: rgb(112,205,242); }
H1.HeaderClassName
{
color: #70CDF2;
}
.AnyTagClassName
{
color: #70CDF2;
}
</style>
background-color css
<style>
a { background-color: #70CDF2; }
a { background-color: rgb(112,205,242); }
div.DivClassName
{
background-color: #70CDF2;
}
.BgClassName
{
background-color: #70CDF2;
}
</style>
border-color css
<style>
span { border-color: #70CDF2; }
span { border-color: rgb(112,205,242); }
td.TdClassName
{
border-color: #70CDF2;
}
.TagClassName
{
border-color: #70CDF2;
}
</style>