Shades of Spray #71C7CB
Tints of Spray #71C7CB
RGB
CMYK
RGB Variations
Color information
#71C7CB (or 0x71C7CB) is known color: Spray. HEX triplet: 71, C7 and CB. RGB value is (113,199,203). Sum of RGB (Red+Green+Blue) = 113+199+203=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #71C7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C7CB is #8E3834. Grayscale: #ADADAD. Windows color (decimal): -9320501 or 13354865. OLE color: 13354865.
HSL color Cylindrical-coordinate representation of color #71C7CB: hue angle of 182.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71C7CB is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 199 | 203 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.20 |
| HSL | 182.67º | 0.46% | 0.62% | - |
| HSV(B) | 182.67º | 0.44% | 0.8% | - |
| XYZ | 38.01 | 48.67 | 63.89 | - |
| YUV | 173.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 199 | 203 | 0.44 | 0.02 | 0 | 0.20 | 182.67 | 0.46 | 0.62 |
| Hex | 71 | C7 | CB | 2C | 2 | 0 | 14 | B7 | 2E | 3E |
| Octal | 161 | 307 | 313 | 54 | 2 | 0 | 24 | 267 | 56 | 76 |
| Binary | 1110001 | 11000111 | 11001011 | 101100 | 10 | 0 | 10100 | 10110111 | 101110 | 111110 |
Color Harmonies of #71C7CB
Complementary color
Monochromatic Colors of #71C7CB
Black with #71C7CB
Text Example
Text Example
White with #71C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C7CB; }
p { color: rgb(113,199,203); }
H1.HeaderClassName
{
color: #71C7CB;
}
.AnyTagClassName
{
color: #71C7CB;
}
</style>
background-color css
<style>
a { background-color: #71C7CB; }
a { background-color: rgb(113,199,203); }
div.DivClassName
{
background-color: #71C7CB;
}
.BgClassName
{
background-color: #71C7CB;
}
</style>
border-color css
<style>
span { border-color: #71C7CB; }
span { border-color: rgb(113,199,203); }
td.TdClassName
{
border-color: #71C7CB;
}
.TagClassName
{
border-color: #71C7CB;
}
</style>