Shades of Spray #70CFDC
Tints of Spray #70CFDC
RGB
CMYK
RGB Variations
Color information
#70CFDC (or 0x70CFDC) is known color: Spray. HEX triplet: 70, CF and DC. RGB value is (112,207,220). Sum of RGB (Red+Green+Blue) = 112+207+220=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #70CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFDC is #8F3023. Grayscale: #B3B3B3. Windows color (decimal): -9383972 or 14471024. OLE color: 14471024.
HSL color Cylindrical-coordinate representation of color #70CFDC: hue angle of 187.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70CFDC is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 207 | 220 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.14 |
| HSL | 187.22º | 0.61% | 0.65% | - |
| HSV(B) | 187.22º | 0.49% | 0.86% | - |
| XYZ | 41.91 | 53.24 | 75.78 | - |
| YUV | 180.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 220 | 0.49 | 0.06 | 0 | 0.14 | 187.22 | 0.61 | 0.65 |
| Hex | 70 | CF | DC | 31 | 6 | 0 | E | BB | 3D | 41 |
| Octal | 160 | 317 | 334 | 61 | 6 | 0 | 16 | 273 | 75 | 101 |
| Binary | 1110000 | 11001111 | 11011100 | 110001 | 110 | 0 | 1110 | 10111011 | 111101 | 1000001 |
Color Harmonies of #70CFDC
Complementary color
Monochromatic Colors of #70CFDC
Black with #70CFDC
Text Example
Text Example
White with #70CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFDC; }
p { color: rgb(112,207,220); }
H1.HeaderClassName
{
color: #70CFDC;
}
.AnyTagClassName
{
color: #70CFDC;
}
</style>
background-color css
<style>
a { background-color: #70CFDC; }
a { background-color: rgb(112,207,220); }
div.DivClassName
{
background-color: #70CFDC;
}
.BgClassName
{
background-color: #70CFDC;
}
</style>
border-color css
<style>
span { border-color: #70CFDC; }
span { border-color: rgb(112,207,220); }
td.TdClassName
{
border-color: #70CFDC;
}
.TagClassName
{
border-color: #70CFDC;
}
</style>