Shades of Spray #70CBDC
Tints of Spray #70CBDC
RGB
CMYK
RGB Variations
Color information
#70CBDC (or 0x70CBDC) is known color: Spray. HEX triplet: 70, CB and DC. RGB value is (112,203,220). Sum of RGB (Red+Green+Blue) = 112+203+220=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #70CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBDC is #8F3423. Grayscale: #B1B1B1. Windows color (decimal): -9384996 or 14470000. OLE color: 14470000.
HSL color Cylindrical-coordinate representation of color #70CBDC: hue angle of 189.44º 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 #70CBDC is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 203 | 220 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.14 |
| HSL | 189.44º | 0.61% | 0.65% | - |
| HSV(B) | 189.44º | 0.49% | 0.86% | - |
| XYZ | 40.96 | 51.32 | 75.46 | - |
| YUV | 177.73 | 151.85 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 220 | 0.49 | 0.08 | 0 | 0.14 | 189.44 | 0.61 | 0.65 |
| Hex | 70 | CB | DC | 31 | 8 | 0 | E | BD | 3D | 41 |
| Octal | 160 | 313 | 334 | 61 | 10 | 0 | 16 | 275 | 75 | 101 |
| Binary | 1110000 | 11001011 | 11011100 | 110001 | 1000 | 0 | 1110 | 10111101 | 111101 | 1000001 |
Color Harmonies of #70CBDC
Complementary color
Monochromatic Colors of #70CBDC
Black with #70CBDC
Text Example
Text Example
White with #70CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBDC; }
p { color: rgb(112,203,220); }
H1.HeaderClassName
{
color: #70CBDC;
}
.AnyTagClassName
{
color: #70CBDC;
}
</style>
background-color css
<style>
a { background-color: #70CBDC; }
a { background-color: rgb(112,203,220); }
div.DivClassName
{
background-color: #70CBDC;
}
.BgClassName
{
background-color: #70CBDC;
}
</style>
border-color css
<style>
span { border-color: #70CBDC; }
span { border-color: rgb(112,203,220); }
td.TdClassName
{
border-color: #70CBDC;
}
.TagClassName
{
border-color: #70CBDC;
}
</style>