Shades of Maya Blue #70CFF2
Tints of Maya Blue #70CFF2
RGB
CMYK
RGB Variations
Color information
#70CFF2 (or 0x70CFF2) is known color: Maya Blue. HEX triplet: 70, CF and F2. RGB value is (112,207,242). Sum of RGB (Red+Green+Blue) = 112+207+242=561 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.96% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #70CFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CFF2 is #8F300D. Grayscale: #B6B6B6. Windows color (decimal): -9383950 or 15912816. OLE color: 15912816.
HSL color Cylindrical-coordinate representation of color #70CFF2: hue angle of 196.15º 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 #70CFF2 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 207 | 242 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.05 |
| HSL | 196.15º | 0.83% | 0.69% | - |
| HSV(B) | 196.15º | 0.54% | 0.95% | - |
| XYZ | 45.02 | 54.48 | 92.15 | - |
| YUV | 182.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 242 | 0.54 | 0.14 | 0 | 0.05 | 196.15 | 0.83 | 0.69 |
| Hex | 70 | CF | F2 | 36 | E | 0 | 5 | C4 | 53 | 45 |
| Octal | 160 | 317 | 362 | 66 | 16 | 0 | 5 | 304 | 123 | 105 |
| Binary | 1110000 | 11001111 | 11110010 | 110110 | 1110 | 0 | 101 | 11000100 | 1010011 | 1000101 |
Color Harmonies of #70CFF2
Complementary color
Monochromatic Colors of #70CFF2
Black with #70CFF2
Text Example
Text Example
White with #70CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFF2; }
p { color: rgb(112,207,242); }
H1.HeaderClassName
{
color: #70CFF2;
}
.AnyTagClassName
{
color: #70CFF2;
}
</style>
background-color css
<style>
a { background-color: #70CFF2; }
a { background-color: rgb(112,207,242); }
div.DivClassName
{
background-color: #70CFF2;
}
.BgClassName
{
background-color: #70CFF2;
}
</style>
border-color css
<style>
span { border-color: #70CFF2; }
span { border-color: rgb(112,207,242); }
td.TdClassName
{
border-color: #70CFF2;
}
.TagClassName
{
border-color: #70CFF2;
}
</style>