Shades of Spray #71CBD1
Tints of Spray #71CBD1
RGB
CMYK
RGB Variations
Color information
#71CBD1 (or 0x71CBD1) is known color: Spray. HEX triplet: 71, CB and D1. RGB value is (113,203,209). Sum of RGB (Red+Green+Blue) = 113+203+209=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #71CBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBD1 is #8E342E. Grayscale: #B0B0B0. Windows color (decimal): -9319471 or 13749105. OLE color: 13749105.
HSL color Cylindrical-coordinate representation of color #71CBD1: hue angle of 183.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71CBD1 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 203 | 209 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.18 |
| HSL | 183.75º | 0.51% | 0.63% | - |
| HSV(B) | 183.75º | 0.46% | 0.82% | - |
| XYZ | 39.67 | 50.83 | 68.04 | - |
| YUV | 176.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 209 | 0.46 | 0.03 | 0 | 0.18 | 183.75 | 0.51 | 0.63 |
| Hex | 71 | CB | D1 | 2E | 3 | 0 | 12 | B8 | 33 | 3F |
| Octal | 161 | 313 | 321 | 56 | 3 | 0 | 22 | 270 | 63 | 77 |
| Binary | 1110001 | 11001011 | 11010001 | 101110 | 11 | 0 | 10010 | 10111000 | 110011 | 111111 |
Color Harmonies of #71CBD1
Complementary color
Monochromatic Colors of #71CBD1
Black with #71CBD1
Text Example
Text Example
White with #71CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CBD1; }
p { color: rgb(113,203,209); }
H1.HeaderClassName
{
color: #71CBD1;
}
.AnyTagClassName
{
color: #71CBD1;
}
</style>
background-color css
<style>
a { background-color: #71CBD1; }
a { background-color: rgb(113,203,209); }
div.DivClassName
{
background-color: #71CBD1;
}
.BgClassName
{
background-color: #71CBD1;
}
</style>
border-color css
<style>
span { border-color: #71CBD1; }
span { border-color: rgb(113,203,209); }
td.TdClassName
{
border-color: #71CBD1;
}
.TagClassName
{
border-color: #71CBD1;
}
</style>