Shades of Spray #70CBE0
Tints of Spray #70CBE0
RGB
CMYK
RGB Variations
Color information
#70CBE0 (or 0x70CBE0) is known color: Spray. HEX triplet: 70, CB and E0. RGB value is (112,203,224). Sum of RGB (Red+Green+Blue) = 112+203+224=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #70CBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBE0 is #8F341F. Grayscale: #B2B2B2. Windows color (decimal): -9384992 or 14732144. OLE color: 14732144.
HSL color Cylindrical-coordinate representation of color #70CBE0: hue angle of 191.25º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CBE0 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 203 | 224 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.12 |
| HSL | 191.25º | 0.64% | 0.66% | - |
| HSV(B) | 191.25º | 0.5% | 0.88% | - |
| XYZ | 41.49 | 51.54 | 78.28 | - |
| YUV | 178.19 | 153.85 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 224 | 0.50 | 0.09 | 0 | 0.12 | 191.25 | 0.64 | 0.66 |
| Hex | 70 | CB | E0 | 32 | 9 | 0 | C | BF | 40 | 42 |
| Octal | 160 | 313 | 340 | 62 | 11 | 0 | 14 | 277 | 100 | 102 |
| Binary | 1110000 | 11001011 | 11100000 | 110010 | 1001 | 0 | 1100 | 10111111 | 1000000 | 1000010 |
Color Harmonies of #70CBE0
Complementary color
Monochromatic Colors of #70CBE0
Black with #70CBE0
Text Example
Text Example
White with #70CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBE0; }
p { color: rgb(112,203,224); }
H1.HeaderClassName
{
color: #70CBE0;
}
.AnyTagClassName
{
color: #70CBE0;
}
</style>
background-color css
<style>
a { background-color: #70CBE0; }
a { background-color: rgb(112,203,224); }
div.DivClassName
{
background-color: #70CBE0;
}
.BgClassName
{
background-color: #70CBE0;
}
</style>
border-color css
<style>
span { border-color: #70CBE0; }
span { border-color: rgb(112,203,224); }
td.TdClassName
{
border-color: #70CBE0;
}
.TagClassName
{
border-color: #70CBE0;
}
</style>