Shades of Spray #70CBDF
Tints of Spray #70CBDF
RGB
CMYK
RGB Variations
Color information
#70CBDF (or 0x70CBDF) is known color: Spray. HEX triplet: 70, CB and DF. RGB value is (112,203,223). Sum of RGB (Red+Green+Blue) = 112+203+223=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #70CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBDF is #8F3420. Grayscale: #B1B1B1. Windows color (decimal): -9384993 or 14666608. OLE color: 14666608.
HSL color Cylindrical-coordinate representation of color #70CBDF: hue angle of 190.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CBDF is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 203 | 223 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.13 |
| HSL | 190.81º | 0.63% | 0.66% | - |
| HSV(B) | 190.81º | 0.5% | 0.87% | - |
| XYZ | 41.36 | 51.48 | 77.57 | - |
| YUV | 178.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 223 | 0.50 | 0.09 | 0 | 0.13 | 190.81 | 0.63 | 0.66 |
| Hex | 70 | CB | DF | 32 | 9 | 0 | D | BF | 3F | 42 |
| Octal | 160 | 313 | 337 | 62 | 11 | 0 | 15 | 277 | 77 | 102 |
| Binary | 1110000 | 11001011 | 11011111 | 110010 | 1001 | 0 | 1101 | 10111111 | 111111 | 1000010 |
Color Harmonies of #70CBDF
Complementary color
Monochromatic Colors of #70CBDF
Black with #70CBDF
Text Example
Text Example
White with #70CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBDF; }
p { color: rgb(112,203,223); }
H1.HeaderClassName
{
color: #70CBDF;
}
.AnyTagClassName
{
color: #70CBDF;
}
</style>
background-color css
<style>
a { background-color: #70CBDF; }
a { background-color: rgb(112,203,223); }
div.DivClassName
{
background-color: #70CBDF;
}
.BgClassName
{
background-color: #70CBDF;
}
</style>
border-color css
<style>
span { border-color: #70CBDF; }
span { border-color: rgb(112,203,223); }
td.TdClassName
{
border-color: #70CBDF;
}
.TagClassName
{
border-color: #70CBDF;
}
</style>