Shades of Spray #70CDE4
Tints of Spray #70CDE4
RGB
CMYK
RGB Variations
Color information
#70CDE4 (or 0x70CDE4) is known color: Spray. HEX triplet: 70, CD and E4. RGB value is (112,205,228). Sum of RGB (Red+Green+Blue) = 112+205+228=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #70CDE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDE4 is #8F321B. Grayscale: #B3B3B3. Windows color (decimal): -9384476 or 14994800. OLE color: 14994800.
HSL color Cylindrical-coordinate representation of color #70CDE4: hue angle of 191.9º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70CDE4 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 205 | 228 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.11 |
| HSL | 191.9º | 0.68% | 0.67% | - |
| HSV(B) | 191.9º | 0.51% | 0.89% | - |
| XYZ | 42.52 | 52.71 | 81.33 | - |
| YUV | 179.82 | 155.19 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 228 | 0.51 | 0.10 | 0 | 0.11 | 191.9 | 0.68 | 0.67 |
| Hex | 70 | CD | E4 | 33 | A | 0 | B | C0 | 44 | 43 |
| Octal | 160 | 315 | 344 | 63 | 12 | 0 | 13 | 300 | 104 | 103 |
| Binary | 1110000 | 11001101 | 11100100 | 110011 | 1010 | 0 | 1011 | 11000000 | 1000100 | 1000011 |
Color Harmonies of #70CDE4
Complementary color
Monochromatic Colors of #70CDE4
Black with #70CDE4
Text Example
Text Example
White with #70CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDE4; }
p { color: rgb(112,205,228); }
H1.HeaderClassName
{
color: #70CDE4;
}
.AnyTagClassName
{
color: #70CDE4;
}
</style>
background-color css
<style>
a { background-color: #70CDE4; }
a { background-color: rgb(112,205,228); }
div.DivClassName
{
background-color: #70CDE4;
}
.BgClassName
{
background-color: #70CDE4;
}
</style>
border-color css
<style>
span { border-color: #70CDE4; }
span { border-color: rgb(112,205,228); }
td.TdClassName
{
border-color: #70CDE4;
}
.TagClassName
{
border-color: #70CDE4;
}
</style>