Shades of Spray #70CBE5
Tints of Spray #70CBE5
RGB
CMYK
RGB Variations
Color information
#70CBE5 (or 0x70CBE5) is known color: Spray. HEX triplet: 70, CB and E5. RGB value is (112,203,229). Sum of RGB (Red+Green+Blue) = 112+203+229=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #70CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBE5 is #8F341A. Grayscale: #B2B2B2. Windows color (decimal): -9384987 or 15059824. OLE color: 15059824.
HSL color Cylindrical-coordinate representation of color #70CBE5: hue angle of 193.33º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70CBE5 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 203 | 229 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.10 |
| HSL | 193.33º | 0.69% | 0.67% | - |
| HSV(B) | 193.33º | 0.51% | 0.9% | - |
| XYZ | 42.18 | 51.81 | 81.91 | - |
| YUV | 178.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 229 | 0.51 | 0.11 | 0 | 0.10 | 193.33 | 0.69 | 0.67 |
| Hex | 70 | CB | E5 | 33 | B | 0 | A | C1 | 45 | 43 |
| Octal | 160 | 313 | 345 | 63 | 13 | 0 | 12 | 301 | 105 | 103 |
| Binary | 1110000 | 11001011 | 11100101 | 110011 | 1011 | 0 | 1010 | 11000001 | 1000101 | 1000011 |
Color Harmonies of #70CBE5
Complementary color
Monochromatic Colors of #70CBE5
Black with #70CBE5
Text Example
Text Example
White with #70CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBE5; }
p { color: rgb(112,203,229); }
H1.HeaderClassName
{
color: #70CBE5;
}
.AnyTagClassName
{
color: #70CBE5;
}
</style>
background-color css
<style>
a { background-color: #70CBE5; }
a { background-color: rgb(112,203,229); }
div.DivClassName
{
background-color: #70CBE5;
}
.BgClassName
{
background-color: #70CBE5;
}
</style>
border-color css
<style>
span { border-color: #70CBE5; }
span { border-color: rgb(112,203,229); }
td.TdClassName
{
border-color: #70CBE5;
}
.TagClassName
{
border-color: #70CBE5;
}
</style>