Shades of Spray #71CEDC
Tints of Spray #71CEDC
RGB
CMYK
RGB Variations
Color information
#71CEDC (or 0x71CEDC) is known color: Spray. HEX triplet: 71, CE and DC. RGB value is (113,206,220). Sum of RGB (Red+Green+Blue) = 113+206+220=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #71CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEDC is #8E3123. Grayscale: #B3B3B3. Windows color (decimal): -9318692 or 14470769. OLE color: 14470769.
HSL color Cylindrical-coordinate representation of color #71CEDC: hue angle of 187.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71CEDC is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 206 | 220 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.14 |
| HSL | 187.85º | 0.6% | 0.65% | - |
| HSV(B) | 187.85º | 0.49% | 0.86% | - |
| XYZ | 41.8 | 52.82 | 75.7 | - |
| YUV | 179.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 220 | 0.49 | 0.06 | 0 | 0.14 | 187.85 | 0.6 | 0.65 |
| Hex | 71 | CE | DC | 31 | 6 | 0 | E | BC | 3C | 41 |
| Octal | 161 | 316 | 334 | 61 | 6 | 0 | 16 | 274 | 74 | 101 |
| Binary | 1110001 | 11001110 | 11011100 | 110001 | 110 | 0 | 1110 | 10111100 | 111100 | 1000001 |
Color Harmonies of #71CEDC
Complementary color
Monochromatic Colors of #71CEDC
Black with #71CEDC
Text Example
Text Example
White with #71CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CEDC; }
p { color: rgb(113,206,220); }
H1.HeaderClassName
{
color: #71CEDC;
}
.AnyTagClassName
{
color: #71CEDC;
}
</style>
background-color css
<style>
a { background-color: #71CEDC; }
a { background-color: rgb(113,206,220); }
div.DivClassName
{
background-color: #71CEDC;
}
.BgClassName
{
background-color: #71CEDC;
}
</style>
border-color css
<style>
span { border-color: #71CEDC; }
span { border-color: rgb(113,206,220); }
td.TdClassName
{
border-color: #71CEDC;
}
.TagClassName
{
border-color: #71CEDC;
}
</style>