Shades of Spray #70CCDB
Tints of Spray #70CCDB
RGB
CMYK
RGB Variations
Color information
#70CCDB (or 0x70CCDB) is known color: Spray. HEX triplet: 70, CC and DB. RGB value is (112,204,219). Sum of RGB (Red+Green+Blue) = 112+204+219=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #70CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCDB is #8F3324. Grayscale: #B2B2B2. Windows color (decimal): -9384741 or 14404720. OLE color: 14404720.
HSL color Cylindrical-coordinate representation of color #70CCDB: hue angle of 188.41º 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 #70CCDB is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 204 | 219 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.14 |
| HSL | 188.41º | 0.6% | 0.65% | - |
| HSV(B) | 188.41º | 0.49% | 0.86% | - |
| XYZ | 41.06 | 51.74 | 74.84 | - |
| YUV | 178.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 219 | 0.49 | 0.07 | 0 | 0.14 | 188.41 | 0.6 | 0.65 |
| Hex | 70 | CC | DB | 31 | 7 | 0 | E | BC | 3C | 41 |
| Octal | 160 | 314 | 333 | 61 | 7 | 0 | 16 | 274 | 74 | 101 |
| Binary | 1110000 | 11001100 | 11011011 | 110001 | 111 | 0 | 1110 | 10111100 | 111100 | 1000001 |
Color Harmonies of #70CCDB
Complementary color
Monochromatic Colors of #70CCDB
Black with #70CCDB
Text Example
Text Example
White with #70CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CCDB; }
p { color: rgb(112,204,219); }
H1.HeaderClassName
{
color: #70CCDB;
}
.AnyTagClassName
{
color: #70CCDB;
}
</style>
background-color css
<style>
a { background-color: #70CCDB; }
a { background-color: rgb(112,204,219); }
div.DivClassName
{
background-color: #70CCDB;
}
.BgClassName
{
background-color: #70CCDB;
}
</style>
border-color css
<style>
span { border-color: #70CCDB; }
span { border-color: rgb(112,204,219); }
td.TdClassName
{
border-color: #70CCDB;
}
.TagClassName
{
border-color: #70CCDB;
}
</style>