Shades of Spray #70CCD3
Tints of Spray #70CCD3
RGB
CMYK
RGB Variations
Color information
#70CCD3 (or 0x70CCD3) is known color: Spray. HEX triplet: 70, CC and D3. RGB value is (112,204,211). Sum of RGB (Red+Green+Blue) = 112+204+211=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #70CCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCD3 is #8F332C. Grayscale: #B1B1B1. Windows color (decimal): -9384749 or 13880432. OLE color: 13880432.
HSL color Cylindrical-coordinate representation of color #70CCD3: hue angle of 184.24º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70CCD3 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 204 | 211 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.17 |
| HSL | 184.24º | 0.53% | 0.63% | - |
| HSV(B) | 184.24º | 0.47% | 0.83% | - |
| XYZ | 40.03 | 51.33 | 69.43 | - |
| YUV | 177.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 211 | 0.47 | 0.03 | 0 | 0.17 | 184.24 | 0.53 | 0.63 |
| Hex | 70 | CC | D3 | 2F | 3 | 0 | 11 | B8 | 35 | 3F |
| Octal | 160 | 314 | 323 | 57 | 3 | 0 | 21 | 270 | 65 | 77 |
| Binary | 1110000 | 11001100 | 11010011 | 101111 | 11 | 0 | 10001 | 10111000 | 110101 | 111111 |
Color Harmonies of #70CCD3
Complementary color
Monochromatic Colors of #70CCD3
Black with #70CCD3
Text Example
Text Example
White with #70CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CCD3; }
p { color: rgb(112,204,211); }
H1.HeaderClassName
{
color: #70CCD3;
}
.AnyTagClassName
{
color: #70CCD3;
}
</style>
background-color css
<style>
a { background-color: #70CCD3; }
a { background-color: rgb(112,204,211); }
div.DivClassName
{
background-color: #70CCD3;
}
.BgClassName
{
background-color: #70CCD3;
}
</style>
border-color css
<style>
span { border-color: #70CCD3; }
span { border-color: rgb(112,204,211); }
td.TdClassName
{
border-color: #70CCD3;
}
.TagClassName
{
border-color: #70CCD3;
}
</style>