Shades of Spray #70CCD2
Tints of Spray #70CCD2
RGB
CMYK
RGB Variations
Color information
#70CCD2 (or 0x70CCD2) is known color: Spray. HEX triplet: 70, CC and D2. RGB value is (112,204,210). Sum of RGB (Red+Green+Blue) = 112+204+210=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #70CCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCD2 is #8F332D. Grayscale: #B1B1B1. Windows color (decimal): -9384750 or 13814896. OLE color: 13814896.
HSL color Cylindrical-coordinate representation of color #70CCD2: hue angle of 183.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70CCD2 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 204 | 210 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.18 |
| HSL | 183.67º | 0.52% | 0.63% | - |
| HSV(B) | 183.67º | 0.47% | 0.82% | - |
| XYZ | 39.91 | 51.28 | 68.77 | - |
| YUV | 177.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 210 | 0.47 | 0.03 | 0 | 0.18 | 183.67 | 0.52 | 0.63 |
| Hex | 70 | CC | D2 | 2F | 3 | 0 | 12 | B8 | 34 | 3F |
| Octal | 160 | 314 | 322 | 57 | 3 | 0 | 22 | 270 | 64 | 77 |
| Binary | 1110000 | 11001100 | 11010010 | 101111 | 11 | 0 | 10010 | 10111000 | 110100 | 111111 |
Color Harmonies of #70CCD2
Complementary color
Monochromatic Colors of #70CCD2
Black with #70CCD2
Text Example
Text Example
White with #70CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CCD2; }
p { color: rgb(112,204,210); }
H1.HeaderClassName
{
color: #70CCD2;
}
.AnyTagClassName
{
color: #70CCD2;
}
</style>
background-color css
<style>
a { background-color: #70CCD2; }
a { background-color: rgb(112,204,210); }
div.DivClassName
{
background-color: #70CCD2;
}
.BgClassName
{
background-color: #70CCD2;
}
</style>
border-color css
<style>
span { border-color: #70CCD2; }
span { border-color: rgb(112,204,210); }
td.TdClassName
{
border-color: #70CCD2;
}
.TagClassName
{
border-color: #70CCD2;
}
</style>