Shades of Spray #70C9CF
Tints of Spray #70C9CF
RGB
CMYK
RGB Variations
Color information
#70C9CF (or 0x70C9CF) is known color: Spray. HEX triplet: 70, C9 and CF. RGB value is (112,201,207). Sum of RGB (Red+Green+Blue) = 112+201+207=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #70C9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C9CF is #8F3630. Grayscale: #AEAEAE. Windows color (decimal): -9385521 or 13617520. OLE color: 13617520.
HSL color Cylindrical-coordinate representation of color #70C9CF: hue angle of 183.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70C9CF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 201 | 207 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.19 |
| HSL | 183.79º | 0.5% | 0.63% | - |
| HSV(B) | 183.79º | 0.46% | 0.81% | - |
| XYZ | 38.83 | 49.72 | 66.58 | - |
| YUV | 175.07 | 146.01 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 207 | 0.46 | 0.03 | 0 | 0.19 | 183.79 | 0.5 | 0.63 |
| Hex | 70 | C9 | CF | 2E | 3 | 0 | 13 | B8 | 32 | 3F |
| Octal | 160 | 311 | 317 | 56 | 3 | 0 | 23 | 270 | 62 | 77 |
| Binary | 1110000 | 11001001 | 11001111 | 101110 | 11 | 0 | 10011 | 10111000 | 110010 | 111111 |
Color Harmonies of #70C9CF
Complementary color
Monochromatic Colors of #70C9CF
Black with #70C9CF
Text Example
Text Example
White with #70C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C9CF; }
p { color: rgb(112,201,207); }
H1.HeaderClassName
{
color: #70C9CF;
}
.AnyTagClassName
{
color: #70C9CF;
}
</style>
background-color css
<style>
a { background-color: #70C9CF; }
a { background-color: rgb(112,201,207); }
div.DivClassName
{
background-color: #70C9CF;
}
.BgClassName
{
background-color: #70C9CF;
}
</style>
border-color css
<style>
span { border-color: #70C9CF; }
span { border-color: rgb(112,201,207); }
td.TdClassName
{
border-color: #70C9CF;
}
.TagClassName
{
border-color: #70C9CF;
}
</style>