Shades of Maya Blue #70CDF1
Tints of Maya Blue #70CDF1
RGB
CMYK
RGB Variations
Color information
#70CDF1 (or 0x70CDF1) is known color: Maya Blue. HEX triplet: 70, CD and F1. RGB value is (112,205,241). Sum of RGB (Red+Green+Blue) = 112+205+241=558 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.07% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #70CDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CDF1 is #8F320E. Grayscale: #B5B5B5. Windows color (decimal): -9384463 or 15846768. OLE color: 15846768.
HSL color Cylindrical-coordinate representation of color #70CDF1: hue angle of 196.74º degrees, saturation: 0.82, 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 #70CDF1 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 205 | 241 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.05 |
| HSL | 196.74º | 0.82% | 0.69% | - |
| HSV(B) | 196.74º | 0.54% | 0.95% | - |
| XYZ | 44.39 | 53.46 | 91.2 | - |
| YUV | 181.3 | 161.69 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 241 | 0.54 | 0.15 | 0 | 0.05 | 196.74 | 0.82 | 0.69 |
| Hex | 70 | CD | F1 | 36 | F | 0 | 5 | C5 | 52 | 45 |
| Octal | 160 | 315 | 361 | 66 | 17 | 0 | 5 | 305 | 122 | 105 |
| Binary | 1110000 | 11001101 | 11110001 | 110110 | 1111 | 0 | 101 | 11000101 | 1010010 | 1000101 |
Color Harmonies of #70CDF1
Complementary color
Monochromatic Colors of #70CDF1
Black with #70CDF1
Text Example
Text Example
White with #70CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDF1; }
p { color: rgb(112,205,241); }
H1.HeaderClassName
{
color: #70CDF1;
}
.AnyTagClassName
{
color: #70CDF1;
}
</style>
background-color css
<style>
a { background-color: #70CDF1; }
a { background-color: rgb(112,205,241); }
div.DivClassName
{
background-color: #70CDF1;
}
.BgClassName
{
background-color: #70CDF1;
}
</style>
border-color css
<style>
span { border-color: #70CDF1; }
span { border-color: rgb(112,205,241); }
td.TdClassName
{
border-color: #70CDF1;
}
.TagClassName
{
border-color: #70CDF1;
}
</style>