Shades of Spray #70CBDD
Tints of Spray #70CBDD
RGB
CMYK
RGB Variations
Color information
#70CBDD (or 0x70CBDD) is known color: Spray. HEX triplet: 70, CB and DD. RGB value is (112,203,221). Sum of RGB (Red+Green+Blue) = 112+203+221=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #70CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBDD is #8F3422. Grayscale: #B1B1B1. Windows color (decimal): -9384995 or 14535536. OLE color: 14535536.
HSL color Cylindrical-coordinate representation of color #70CBDD: hue angle of 189.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70CBDD is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 203 | 221 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.13 |
| HSL | 189.91º | 0.62% | 0.65% | - |
| HSV(B) | 189.91º | 0.49% | 0.87% | - |
| XYZ | 41.09 | 51.38 | 76.16 | - |
| YUV | 177.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 221 | 0.49 | 0.08 | 0 | 0.13 | 189.91 | 0.62 | 0.65 |
| Hex | 70 | CB | DD | 31 | 8 | 0 | D | BE | 3E | 41 |
| Octal | 160 | 313 | 335 | 61 | 10 | 0 | 15 | 276 | 76 | 101 |
| Binary | 1110000 | 11001011 | 11011101 | 110001 | 1000 | 0 | 1101 | 10111110 | 111110 | 1000001 |
Color Harmonies of #70CBDD
Complementary color
Monochromatic Colors of #70CBDD
Black with #70CBDD
Text Example
Text Example
White with #70CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBDD; }
p { color: rgb(112,203,221); }
H1.HeaderClassName
{
color: #70CBDD;
}
.AnyTagClassName
{
color: #70CBDD;
}
</style>
background-color css
<style>
a { background-color: #70CBDD; }
a { background-color: rgb(112,203,221); }
div.DivClassName
{
background-color: #70CBDD;
}
.BgClassName
{
background-color: #70CBDD;
}
</style>
border-color css
<style>
span { border-color: #70CBDD; }
span { border-color: rgb(112,203,221); }
td.TdClassName
{
border-color: #70CBDD;
}
.TagClassName
{
border-color: #70CBDD;
}
</style>