Shades of Spray #70CDDB
Tints of Spray #70CDDB
RGB
CMYK
RGB Variations
Color information
#70CDDB (or 0x70CDDB) is known color: Spray. HEX triplet: 70, CD and DB. RGB value is (112,205,219). Sum of RGB (Red+Green+Blue) = 112+205+219=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #70CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDDB is #8F3224. Grayscale: #B2B2B2. Windows color (decimal): -9384485 or 14404976. OLE color: 14404976.
HSL color Cylindrical-coordinate representation of color #70CDDB: hue angle of 187.85º degrees, saturation: 0.6, 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 #70CDDB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 205 | 219 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.14 |
| HSL | 187.85º | 0.6% | 0.65% | - |
| HSV(B) | 187.85º | 0.49% | 0.86% | - |
| XYZ | 41.3 | 52.22 | 74.92 | - |
| YUV | 178.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 219 | 0.49 | 0.06 | 0 | 0.14 | 187.85 | 0.6 | 0.65 |
| Hex | 70 | CD | DB | 31 | 6 | 0 | E | BC | 3C | 41 |
| Octal | 160 | 315 | 333 | 61 | 6 | 0 | 16 | 274 | 74 | 101 |
| Binary | 1110000 | 11001101 | 11011011 | 110001 | 110 | 0 | 1110 | 10111100 | 111100 | 1000001 |
Color Harmonies of #70CDDB
Complementary color
Monochromatic Colors of #70CDDB
Black with #70CDDB
Text Example
Text Example
White with #70CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDDB; }
p { color: rgb(112,205,219); }
H1.HeaderClassName
{
color: #70CDDB;
}
.AnyTagClassName
{
color: #70CDDB;
}
</style>
background-color css
<style>
a { background-color: #70CDDB; }
a { background-color: rgb(112,205,219); }
div.DivClassName
{
background-color: #70CDDB;
}
.BgClassName
{
background-color: #70CDDB;
}
</style>
border-color css
<style>
span { border-color: #70CDDB; }
span { border-color: rgb(112,205,219); }
td.TdClassName
{
border-color: #70CDDB;
}
.TagClassName
{
border-color: #70CDDB;
}
</style>