Shades of Spray #71CED3
Tints of Spray #71CED3
RGB
CMYK
RGB Variations
Color information
#71CED3 (or 0x71CED3) is known color: Spray. HEX triplet: 71, CE and D3. RGB value is (113,206,211). Sum of RGB (Red+Green+Blue) = 113+206+211=530 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.32% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #71CED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CED3 is #8E312C. Grayscale: #B2B2B2. Windows color (decimal): -9318701 or 13880945. OLE color: 13880945.
HSL color Cylindrical-coordinate representation of color #71CED3: hue angle of 183.06º 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 #71CED3 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 206 | 211 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.17 |
| HSL | 183.06º | 0.53% | 0.64% | - |
| HSV(B) | 183.06º | 0.46% | 0.83% | - |
| XYZ | 40.64 | 52.36 | 69.59 | - |
| YUV | 178.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 211 | 0.46 | 0.02 | 0 | 0.17 | 183.06 | 0.53 | 0.64 |
| Hex | 71 | CE | D3 | 2E | 2 | 0 | 11 | B7 | 35 | 40 |
| Octal | 161 | 316 | 323 | 56 | 2 | 0 | 21 | 267 | 65 | 100 |
| Binary | 1110001 | 11001110 | 11010011 | 101110 | 10 | 0 | 10001 | 10110111 | 110101 | 1000000 |
Color Harmonies of #71CED3
Complementary color
Monochromatic Colors of #71CED3
Black with #71CED3
Text Example
Text Example
White with #71CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CED3; }
p { color: rgb(113,206,211); }
H1.HeaderClassName
{
color: #71CED3;
}
.AnyTagClassName
{
color: #71CED3;
}
</style>
background-color css
<style>
a { background-color: #71CED3; }
a { background-color: rgb(113,206,211); }
div.DivClassName
{
background-color: #71CED3;
}
.BgClassName
{
background-color: #71CED3;
}
</style>
border-color css
<style>
span { border-color: #71CED3; }
span { border-color: rgb(113,206,211); }
td.TdClassName
{
border-color: #71CED3;
}
.TagClassName
{
border-color: #71CED3;
}
</style>