Shades of Spray #71CFDD
Tints of Spray #71CFDD
RGB
CMYK
RGB Variations
Color information
#71CFDD (or 0x71CFDD) is known color: Spray. HEX triplet: 71, CF and DD. RGB value is (113,207,221). Sum of RGB (Red+Green+Blue) = 113+207+221=541 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.89% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #71CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFDD is #8E3022. Grayscale: #B4B4B4. Windows color (decimal): -9318435 or 14536561. OLE color: 14536561.
HSL color Cylindrical-coordinate representation of color #71CFDD: hue angle of 187.78º 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 #71CFDD is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 207 | 221 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.13 |
| HSL | 187.78º | 0.61% | 0.65% | - |
| HSV(B) | 187.78º | 0.49% | 0.87% | - |
| XYZ | 42.17 | 53.36 | 76.48 | - |
| YUV | 180.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 221 | 0.49 | 0.06 | 0 | 0.13 | 187.78 | 0.61 | 0.65 |
| Hex | 71 | CF | DD | 31 | 6 | 0 | D | BC | 3D | 41 |
| Octal | 161 | 317 | 335 | 61 | 6 | 0 | 15 | 274 | 75 | 101 |
| Binary | 1110001 | 11001111 | 11011101 | 110001 | 110 | 0 | 1101 | 10111100 | 111101 | 1000001 |
Color Harmonies of #71CFDD
Complementary color
Monochromatic Colors of #71CFDD
Black with #71CFDD
Text Example
Text Example
White with #71CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CFDD; }
p { color: rgb(113,207,221); }
H1.HeaderClassName
{
color: #71CFDD;
}
.AnyTagClassName
{
color: #71CFDD;
}
</style>
background-color css
<style>
a { background-color: #71CFDD; }
a { background-color: rgb(113,207,221); }
div.DivClassName
{
background-color: #71CFDD;
}
.BgClassName
{
background-color: #71CFDD;
}
</style>
border-color css
<style>
span { border-color: #71CFDD; }
span { border-color: rgb(113,207,221); }
td.TdClassName
{
border-color: #71CFDD;
}
.TagClassName
{
border-color: #71CFDD;
}
</style>