Shades of Spray #70CCE6
Tints of Spray #70CCE6
RGB
CMYK
RGB Variations
Color information
#70CCE6 (or 0x70CCE6) is known color: Spray. HEX triplet: 70, CC and E6. RGB value is (112,204,230). Sum of RGB (Red+Green+Blue) = 112+204+230=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #70CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCE6 is #8F3319. Grayscale: #B3B3B3. Windows color (decimal): -9384730 or 15125616. OLE color: 15125616.
HSL color Cylindrical-coordinate representation of color #70CCE6: hue angle of 193.22º degrees, saturation: 0.7, 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 #70CCE6 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 204 | 230 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.10 |
| HSL | 193.22º | 0.7% | 0.67% | - |
| HSV(B) | 193.22º | 0.51% | 0.9% | - |
| XYZ | 42.56 | 52.34 | 82.72 | - |
| YUV | 179.46 | 156.52 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 230 | 0.51 | 0.11 | 0 | 0.10 | 193.22 | 0.7 | 0.67 |
| Hex | 70 | CC | E6 | 33 | B | 0 | A | C1 | 46 | 43 |
| Octal | 160 | 314 | 346 | 63 | 13 | 0 | 12 | 301 | 106 | 103 |
| Binary | 1110000 | 11001100 | 11100110 | 110011 | 1011 | 0 | 1010 | 11000001 | 1000110 | 1000011 |
Color Harmonies of #70CCE6
Complementary color
Monochromatic Colors of #70CCE6
Black with #70CCE6
Text Example
Text Example
White with #70CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CCE6; }
p { color: rgb(112,204,230); }
H1.HeaderClassName
{
color: #70CCE6;
}
.AnyTagClassName
{
color: #70CCE6;
}
</style>
background-color css
<style>
a { background-color: #70CCE6; }
a { background-color: rgb(112,204,230); }
div.DivClassName
{
background-color: #70CCE6;
}
.BgClassName
{
background-color: #70CCE6;
}
</style>
border-color css
<style>
span { border-color: #70CCE6; }
span { border-color: rgb(112,204,230); }
td.TdClassName
{
border-color: #70CCE6;
}
.TagClassName
{
border-color: #70CCE6;
}
</style>