Shades of Spray #71CFDF
Tints of Spray #71CFDF
RGB
CMYK
RGB Variations
Color information
#71CFDF (or 0x71CFDF) is known color: Spray. HEX triplet: 71, CF and DF. RGB value is (113,207,223). Sum of RGB (Red+Green+Blue) = 113+207+223=543 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.81% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #71CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFDF is #8E3020. Grayscale: #B4B4B4. Windows color (decimal): -9318433 or 14667633. OLE color: 14667633.
HSL color Cylindrical-coordinate representation of color #71CFDF: hue angle of 188.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71CFDF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 207 | 223 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.13 |
| HSL | 188.73º | 0.63% | 0.66% | - |
| HSV(B) | 188.73º | 0.49% | 0.87% | - |
| XYZ | 42.44 | 53.46 | 77.89 | - |
| YUV | 180.72 | 151.86 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 223 | 0.49 | 0.07 | 0 | 0.13 | 188.73 | 0.63 | 0.66 |
| Hex | 71 | CF | DF | 31 | 7 | 0 | D | BD | 3F | 42 |
| Octal | 161 | 317 | 337 | 61 | 7 | 0 | 15 | 275 | 77 | 102 |
| Binary | 1110001 | 11001111 | 11011111 | 110001 | 111 | 0 | 1101 | 10111101 | 111111 | 1000010 |
Color Harmonies of #71CFDF
Complementary color
Monochromatic Colors of #71CFDF
Black with #71CFDF
Text Example
Text Example
White with #71CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CFDF; }
p { color: rgb(113,207,223); }
H1.HeaderClassName
{
color: #71CFDF;
}
.AnyTagClassName
{
color: #71CFDF;
}
</style>
background-color css
<style>
a { background-color: #71CFDF; }
a { background-color: rgb(113,207,223); }
div.DivClassName
{
background-color: #71CFDF;
}
.BgClassName
{
background-color: #71CFDF;
}
</style>
border-color css
<style>
span { border-color: #71CFDF; }
span { border-color: rgb(113,207,223); }
td.TdClassName
{
border-color: #71CFDF;
}
.TagClassName
{
border-color: #71CFDF;
}
</style>