Shades of Maya Blue #70CFF7
Tints of Maya Blue #70CFF7
RGB
CMYK
RGB Variations
Color information
#70CFF7 (or 0x70CFF7) is known color: Maya Blue. HEX triplet: 70, CF and F7. RGB value is (112,207,247). Sum of RGB (Red+Green+Blue) = 112+207+247=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #70CFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CFF7 is #8F3008. Grayscale: #B6B6B6. Windows color (decimal): -9383945 or 16240496. OLE color: 16240496.
HSL color Cylindrical-coordinate representation of color #70CFF7: hue angle of 197.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70CFF7 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 207 | 247 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.03 |
| HSL | 197.78º | 0.89% | 0.7% | - |
| HSV(B) | 197.78º | 0.55% | 0.97% | - |
| XYZ | 45.78 | 54.79 | 96.16 | - |
| YUV | 183.16 | 164.03 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 247 | 0.55 | 0.16 | 0 | 0.03 | 197.78 | 0.89 | 0.7 |
| Hex | 70 | CF | F7 | 37 | 10 | 0 | 3 | C6 | 59 | 46 |
| Octal | 160 | 317 | 367 | 67 | 20 | 0 | 3 | 306 | 131 | 106 |
| Binary | 1110000 | 11001111 | 11110111 | 110111 | 10000 | 0 | 11 | 11000110 | 1011001 | 1000110 |
Color Harmonies of #70CFF7
Complementary color
Monochromatic Colors of #70CFF7
Black with #70CFF7
Text Example
Text Example
White with #70CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFF7; }
p { color: rgb(112,207,247); }
H1.HeaderClassName
{
color: #70CFF7;
}
.AnyTagClassName
{
color: #70CFF7;
}
</style>
background-color css
<style>
a { background-color: #70CFF7; }
a { background-color: rgb(112,207,247); }
div.DivClassName
{
background-color: #70CFF7;
}
.BgClassName
{
background-color: #70CFF7;
}
</style>
border-color css
<style>
span { border-color: #70CFF7; }
span { border-color: rgb(112,207,247); }
td.TdClassName
{
border-color: #70CFF7;
}
.TagClassName
{
border-color: #70CFF7;
}
</style>