Shades of Spray #71CDD3
Tints of Spray #71CDD3
RGB
CMYK
RGB Variations
Color information
#71CDD3 (or 0x71CDD3) is known color: Spray. HEX triplet: 71, CD and D3. RGB value is (113,205,211). Sum of RGB (Red+Green+Blue) = 113+205+211=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #71CDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDD3 is #8E322C. Grayscale: #B2B2B2. Windows color (decimal): -9318957 or 13880689. OLE color: 13880689.
HSL color Cylindrical-coordinate representation of color #71CDD3: hue angle of 183.67º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71CDD3 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 205 | 211 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.17 |
| HSL | 183.67º | 0.53% | 0.64% | - |
| HSV(B) | 183.67º | 0.46% | 0.83% | - |
| XYZ | 40.4 | 51.88 | 69.51 | - |
| YUV | 178.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 205 | 211 | 0.46 | 0.03 | 0 | 0.17 | 183.67 | 0.53 | 0.64 |
| Hex | 71 | CD | D3 | 2E | 3 | 0 | 11 | B8 | 35 | 40 |
| Octal | 161 | 315 | 323 | 56 | 3 | 0 | 21 | 270 | 65 | 100 |
| Binary | 1110001 | 11001101 | 11010011 | 101110 | 11 | 0 | 10001 | 10111000 | 110101 | 1000000 |
Color Harmonies of #71CDD3
Complementary color
Monochromatic Colors of #71CDD3
Black with #71CDD3
Text Example
Text Example
White with #71CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CDD3; }
p { color: rgb(113,205,211); }
H1.HeaderClassName
{
color: #71CDD3;
}
.AnyTagClassName
{
color: #71CDD3;
}
</style>
background-color css
<style>
a { background-color: #71CDD3; }
a { background-color: rgb(113,205,211); }
div.DivClassName
{
background-color: #71CDD3;
}
.BgClassName
{
background-color: #71CDD3;
}
</style>
border-color css
<style>
span { border-color: #71CDD3; }
span { border-color: rgb(113,205,211); }
td.TdClassName
{
border-color: #71CDD3;
}
.TagClassName
{
border-color: #71CDD3;
}
</style>