Shades of Spray #71CED2
Tints of Spray #71CED2
RGB
CMYK
RGB Variations
Color information
#71CED2 (or 0x71CED2) is known color: Spray. HEX triplet: 71, CE and D2. RGB value is (113,206,210). Sum of RGB (Red+Green+Blue) = 113+206+210=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #71CED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CED2 is #8E312D. Grayscale: #B2B2B2. Windows color (decimal): -9318702 or 13815409. OLE color: 13815409.
HSL color Cylindrical-coordinate representation of color #71CED2: hue angle of 182.47º degrees, saturation: 0.52, 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 #71CED2 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 206 | 210 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.18 |
| HSL | 182.47º | 0.52% | 0.63% | - |
| HSV(B) | 182.47º | 0.46% | 0.82% | - |
| XYZ | 40.51 | 52.31 | 68.93 | - |
| YUV | 178.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 210 | 0.46 | 0.02 | 0 | 0.18 | 182.47 | 0.52 | 0.63 |
| Hex | 71 | CE | D2 | 2E | 2 | 0 | 12 | B6 | 34 | 3F |
| Octal | 161 | 316 | 322 | 56 | 2 | 0 | 22 | 266 | 64 | 77 |
| Binary | 1110001 | 11001110 | 11010010 | 101110 | 10 | 0 | 10010 | 10110110 | 110100 | 111111 |
Color Harmonies of #71CED2
Complementary color
Monochromatic Colors of #71CED2
Black with #71CED2
Text Example
Text Example
White with #71CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CED2; }
p { color: rgb(113,206,210); }
H1.HeaderClassName
{
color: #71CED2;
}
.AnyTagClassName
{
color: #71CED2;
}
</style>
background-color css
<style>
a { background-color: #71CED2; }
a { background-color: rgb(113,206,210); }
div.DivClassName
{
background-color: #71CED2;
}
.BgClassName
{
background-color: #71CED2;
}
</style>
border-color css
<style>
span { border-color: #71CED2; }
span { border-color: rgb(113,206,210); }
td.TdClassName
{
border-color: #71CED2;
}
.TagClassName
{
border-color: #71CED2;
}
</style>