Shades of Spray #71CDDC
Tints of Spray #71CDDC
RGB
CMYK
RGB Variations
Color information
#71CDDC (or 0x71CDDC) is known color: Spray. HEX triplet: 71, CD and DC. RGB value is (113,205,220). Sum of RGB (Red+Green+Blue) = 113+205+220=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #71CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDDC is #8E3223. Grayscale: #B3B3B3. Windows color (decimal): -9318948 or 14470513. OLE color: 14470513.
HSL color Cylindrical-coordinate representation of color #71CDDC: hue angle of 188.41º 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 #71CDDC is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 205 | 220 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.14 |
| HSL | 188.41º | 0.6% | 0.65% | - |
| HSV(B) | 188.41º | 0.49% | 0.86% | - |
| XYZ | 41.56 | 52.34 | 75.62 | - |
| YUV | 179.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 205 | 220 | 0.49 | 0.07 | 0 | 0.14 | 188.41 | 0.6 | 0.65 |
| Hex | 71 | CD | DC | 31 | 7 | 0 | E | BC | 3C | 41 |
| Octal | 161 | 315 | 334 | 61 | 7 | 0 | 16 | 274 | 74 | 101 |
| Binary | 1110001 | 11001101 | 11011100 | 110001 | 111 | 0 | 1110 | 10111100 | 111100 | 1000001 |
Color Harmonies of #71CDDC
Complementary color
Monochromatic Colors of #71CDDC
Black with #71CDDC
Text Example
Text Example
White with #71CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CDDC; }
p { color: rgb(113,205,220); }
H1.HeaderClassName
{
color: #71CDDC;
}
.AnyTagClassName
{
color: #71CDDC;
}
</style>
background-color css
<style>
a { background-color: #71CDDC; }
a { background-color: rgb(113,205,220); }
div.DivClassName
{
background-color: #71CDDC;
}
.BgClassName
{
background-color: #71CDDC;
}
</style>
border-color css
<style>
span { border-color: #71CDDC; }
span { border-color: rgb(113,205,220); }
td.TdClassName
{
border-color: #71CDDC;
}
.TagClassName
{
border-color: #71CDDC;
}
</style>