Shades of Spray #70C7CC
Tints of Spray #70C7CC
RGB
CMYK
RGB Variations
Color information
#70C7CC (or 0x70C7CC) is known color: Spray. HEX triplet: 70, C7 and CC. RGB value is (112,199,204). Sum of RGB (Red+Green+Blue) = 112+199+204=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #70C7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C7CC is #8F3833. Grayscale: #ADADAD. Windows color (decimal): -9386036 or 13420400. OLE color: 13420400.
HSL color Cylindrical-coordinate representation of color #70C7CC: hue angle of 183.26º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70C7CC is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 199 | 204 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.2 |
| HSL | 183.26º | 0.47% | 0.62% | - |
| HSV(B) | 183.26º | 0.45% | 0.8% | - |
| XYZ | 38 | 48.65 | 64.51 | - |
| YUV | 173.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 204 | 0.45 | 0.02 | 0 | 0.2 | 183.26 | 0.47 | 0.62 |
| Hex | 70 | C7 | CC | 2D | 2 | 0 | 14 | B7 | 2F | 3E |
| Octal | 160 | 307 | 314 | 55 | 2 | 0 | 24 | 267 | 57 | 76 |
| Binary | 1110000 | 11000111 | 11001100 | 101101 | 10 | 0 | 10100 | 10110111 | 101111 | 111110 |
Color Harmonies of #70C7CC
Complementary color
Monochromatic Colors of #70C7CC
Black with #70C7CC
Text Example
Text Example
White with #70C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C7CC; }
p { color: rgb(112,199,204); }
H1.HeaderClassName
{
color: #70C7CC;
}
.AnyTagClassName
{
color: #70C7CC;
}
</style>
background-color css
<style>
a { background-color: #70C7CC; }
a { background-color: rgb(112,199,204); }
div.DivClassName
{
background-color: #70C7CC;
}
.BgClassName
{
background-color: #70C7CC;
}
</style>
border-color css
<style>
span { border-color: #70C7CC; }
span { border-color: rgb(112,199,204); }
td.TdClassName
{
border-color: #70C7CC;
}
.TagClassName
{
border-color: #70C7CC;
}
</style>