Shades of Spray #70C9E5
Tints of Spray #70C9E5
RGB
CMYK
RGB Variations
Color information
#70C9E5 (or 0x70C9E5) is known color: Spray. HEX triplet: 70, C9 and E5. RGB value is (112,201,229). Sum of RGB (Red+Green+Blue) = 112+201+229=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #70C9E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C9E5 is #8F361A. Grayscale: #B1B1B1. Windows color (decimal): -9385499 or 15059312. OLE color: 15059312.
HSL color Cylindrical-coordinate representation of color #70C9E5: hue angle of 194.36º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70C9E5 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 201 | 229 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.10 |
| HSL | 194.36º | 0.69% | 0.67% | - |
| HSV(B) | 194.36º | 0.51% | 0.9% | - |
| XYZ | 41.71 | 50.88 | 81.75 | - |
| YUV | 177.58 | 157.01 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 229 | 0.51 | 0.12 | 0 | 0.10 | 194.36 | 0.69 | 0.67 |
| Hex | 70 | C9 | E5 | 33 | C | 0 | A | C2 | 45 | 43 |
| Octal | 160 | 311 | 345 | 63 | 14 | 0 | 12 | 302 | 105 | 103 |
| Binary | 1110000 | 11001001 | 11100101 | 110011 | 1100 | 0 | 1010 | 11000010 | 1000101 | 1000011 |
Color Harmonies of #70C9E5
Complementary color
Monochromatic Colors of #70C9E5
Black with #70C9E5
Text Example
Text Example
White with #70C9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C9E5; }
p { color: rgb(112,201,229); }
H1.HeaderClassName
{
color: #70C9E5;
}
.AnyTagClassName
{
color: #70C9E5;
}
</style>
background-color css
<style>
a { background-color: #70C9E5; }
a { background-color: rgb(112,201,229); }
div.DivClassName
{
background-color: #70C9E5;
}
.BgClassName
{
background-color: #70C9E5;
}
</style>
border-color css
<style>
span { border-color: #70C9E5; }
span { border-color: rgb(112,201,229); }
td.TdClassName
{
border-color: #70C9E5;
}
.TagClassName
{
border-color: #70C9E5;
}
</style>