Shades of Spray #70CCDA
Tints of Spray #70CCDA
RGB
CMYK
RGB Variations
Color information
#70CCDA (or 0x70CCDA) is known color: Spray. HEX triplet: 70, CC and DA. RGB value is (112,204,218). Sum of RGB (Red+Green+Blue) = 112+204+218=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #70CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCDA is #8F3325. Grayscale: #B1B1B1. Windows color (decimal): -9384742 or 14339184. OLE color: 14339184.
HSL color Cylindrical-coordinate representation of color #70CCDA: hue angle of 187.92º 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 #70CCDA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 204 | 218 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.15 |
| HSL | 187.92º | 0.59% | 0.65% | - |
| HSV(B) | 187.92º | 0.49% | 0.85% | - |
| XYZ | 40.93 | 51.69 | 74.15 | - |
| YUV | 178.09 | 150.52 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 218 | 0.49 | 0.06 | 0 | 0.15 | 187.92 | 0.59 | 0.65 |
| Hex | 70 | CC | DA | 31 | 6 | 0 | F | BC | 3B | 41 |
| Octal | 160 | 314 | 332 | 61 | 6 | 0 | 17 | 274 | 73 | 101 |
| Binary | 1110000 | 11001100 | 11011010 | 110001 | 110 | 0 | 1111 | 10111100 | 111011 | 1000001 |
Color Harmonies of #70CCDA
Complementary color
Monochromatic Colors of #70CCDA
Black with #70CCDA
Text Example
Text Example
White with #70CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CCDA; }
p { color: rgb(112,204,218); }
H1.HeaderClassName
{
color: #70CCDA;
}
.AnyTagClassName
{
color: #70CCDA;
}
</style>
background-color css
<style>
a { background-color: #70CCDA; }
a { background-color: rgb(112,204,218); }
div.DivClassName
{
background-color: #70CCDA;
}
.BgClassName
{
background-color: #70CCDA;
}
</style>
border-color css
<style>
span { border-color: #70CCDA; }
span { border-color: rgb(112,204,218); }
td.TdClassName
{
border-color: #70CCDA;
}
.TagClassName
{
border-color: #70CCDA;
}
</style>