Shades of Spray #71D1D6
Tints of Spray #71D1D6
RGB
CMYK
RGB Variations
Color information
#71D1D6 (or 0x71D1D6) is known color: Spray. HEX triplet: 71, D1 and D6. RGB value is (113,209,214). Sum of RGB (Red+Green+Blue) = 113+209+214=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #71D1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D1D6 is #8E2E29. Grayscale: #B4B4B4. Windows color (decimal): -9317930 or 14078321. OLE color: 14078321.
HSL color Cylindrical-coordinate representation of color #71D1D6: hue angle of 182.97º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D1D6 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 209 | 214 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.16 |
| HSL | 182.97º | 0.55% | 0.64% | - |
| HSV(B) | 182.97º | 0.47% | 0.84% | - |
| XYZ | 41.75 | 53.97 | 71.83 | - |
| YUV | 180.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 214 | 0.47 | 0.02 | 0 | 0.16 | 182.97 | 0.55 | 0.64 |
| Hex | 71 | D1 | D6 | 2F | 2 | 0 | 10 | B7 | 37 | 40 |
| Octal | 161 | 321 | 326 | 57 | 2 | 0 | 20 | 267 | 67 | 100 |
| Binary | 1110001 | 11010001 | 11010110 | 101111 | 10 | 0 | 10000 | 10110111 | 110111 | 1000000 |
Color Harmonies of #71D1D6
Complementary color
Monochromatic Colors of #71D1D6
Black with #71D1D6
Text Example
Text Example
White with #71D1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D1D6; }
p { color: rgb(113,209,214); }
H1.HeaderClassName
{
color: #71D1D6;
}
.AnyTagClassName
{
color: #71D1D6;
}
</style>
background-color css
<style>
a { background-color: #71D1D6; }
a { background-color: rgb(113,209,214); }
div.DivClassName
{
background-color: #71D1D6;
}
.BgClassName
{
background-color: #71D1D6;
}
</style>
border-color css
<style>
span { border-color: #71D1D6; }
span { border-color: rgb(113,209,214); }
td.TdClassName
{
border-color: #71D1D6;
}
.TagClassName
{
border-color: #71D1D6;
}
</style>