Shades of Spray #71C5DD
Tints of Spray #71C5DD
RGB
CMYK
RGB Variations
Color information
#71C5DD (or 0x71C5DD) is known color: Spray. HEX triplet: 71, C5 and DD. RGB value is (113,197,221). Sum of RGB (Red+Green+Blue) = 113+197+221=531 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.28% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #71C5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C5DD is #8E3A22. Grayscale: #AEAEAE. Windows color (decimal): -9320995 or 14534001. OLE color: 14534001.
HSL color Cylindrical-coordinate representation of color #71C5DD: hue angle of 193.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71C5DD is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 197 | 221 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.13 |
| HSL | 193.33º | 0.61% | 0.65% | - |
| HSV(B) | 193.33º | 0.49% | 0.87% | - |
| XYZ | 39.83 | 48.66 | 75.7 | - |
| YUV | 174.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 197 | 221 | 0.49 | 0.11 | 0 | 0.13 | 193.33 | 0.61 | 0.65 |
| Hex | 71 | C5 | DD | 31 | B | 0 | D | C1 | 3D | 41 |
| Octal | 161 | 305 | 335 | 61 | 13 | 0 | 15 | 301 | 75 | 101 |
| Binary | 1110001 | 11000101 | 11011101 | 110001 | 1011 | 0 | 1101 | 11000001 | 111101 | 1000001 |
Color Harmonies of #71C5DD
Complementary color
Monochromatic Colors of #71C5DD
Black with #71C5DD
Text Example
Text Example
White with #71C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C5DD; }
p { color: rgb(113,197,221); }
H1.HeaderClassName
{
color: #71C5DD;
}
.AnyTagClassName
{
color: #71C5DD;
}
</style>
background-color css
<style>
a { background-color: #71C5DD; }
a { background-color: rgb(113,197,221); }
div.DivClassName
{
background-color: #71C5DD;
}
.BgClassName
{
background-color: #71C5DD;
}
</style>
border-color css
<style>
span { border-color: #71C5DD; }
span { border-color: rgb(113,197,221); }
td.TdClassName
{
border-color: #71C5DD;
}
.TagClassName
{
border-color: #71C5DD;
}
</style>