Shades of Spray #70CDDA
Tints of Spray #70CDDA
RGB
CMYK
RGB Variations
Color information
#70CDDA (or 0x70CDDA) is known color: Spray. HEX triplet: 70, CD and DA. RGB value is (112,205,218). Sum of RGB (Red+Green+Blue) = 112+205+218=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #70CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDDA is #8F3225. Grayscale: #B2B2B2. Windows color (decimal): -9384486 or 14339440. OLE color: 14339440.
HSL color Cylindrical-coordinate representation of color #70CDDA: hue angle of 187.36º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70CDDA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 205 | 218 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.15 |
| HSL | 187.36º | 0.59% | 0.65% | - |
| HSV(B) | 187.36º | 0.49% | 0.85% | - |
| XYZ | 41.17 | 52.17 | 74.23 | - |
| YUV | 178.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 218 | 0.49 | 0.06 | 0 | 0.15 | 187.36 | 0.59 | 0.65 |
| Hex | 70 | CD | DA | 31 | 6 | 0 | F | BB | 3B | 41 |
| Octal | 160 | 315 | 332 | 61 | 6 | 0 | 17 | 273 | 73 | 101 |
| Binary | 1110000 | 11001101 | 11011010 | 110001 | 110 | 0 | 1111 | 10111011 | 111011 | 1000001 |
Color Harmonies of #70CDDA
Complementary color
Monochromatic Colors of #70CDDA
Black with #70CDDA
Text Example
Text Example
White with #70CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDDA; }
p { color: rgb(112,205,218); }
H1.HeaderClassName
{
color: #70CDDA;
}
.AnyTagClassName
{
color: #70CDDA;
}
</style>
background-color css
<style>
a { background-color: #70CDDA; }
a { background-color: rgb(112,205,218); }
div.DivClassName
{
background-color: #70CDDA;
}
.BgClassName
{
background-color: #70CDDA;
}
</style>
border-color css
<style>
span { border-color: #70CDDA; }
span { border-color: rgb(112,205,218); }
td.TdClassName
{
border-color: #70CDDA;
}
.TagClassName
{
border-color: #70CDDA;
}
</style>