Shades of Spray #71CEDF
Tints of Spray #71CEDF
RGB
CMYK
RGB Variations
Color information
#71CEDF (or 0x71CEDF) is known color: Spray. HEX triplet: 71, CE and DF. RGB value is (113,206,223). Sum of RGB (Red+Green+Blue) = 113+206+223=542 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.85% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #71CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEDF is #8E3120. Grayscale: #B3B3B3. Windows color (decimal): -9318689 or 14667377. OLE color: 14667377.
HSL color Cylindrical-coordinate representation of color #71CEDF: hue angle of 189.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71CEDF is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 206 | 223 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.13 |
| HSL | 189.27º | 0.63% | 0.66% | - |
| HSV(B) | 189.27º | 0.49% | 0.87% | - |
| XYZ | 42.2 | 52.98 | 77.81 | - |
| YUV | 180.13 | 152.19 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 223 | 0.49 | 0.08 | 0 | 0.13 | 189.27 | 0.63 | 0.66 |
| Hex | 71 | CE | DF | 31 | 8 | 0 | D | BD | 3F | 42 |
| Octal | 161 | 316 | 337 | 61 | 10 | 0 | 15 | 275 | 77 | 102 |
| Binary | 1110001 | 11001110 | 11011111 | 110001 | 1000 | 0 | 1101 | 10111101 | 111111 | 1000010 |
Color Harmonies of #71CEDF
Complementary color
Monochromatic Colors of #71CEDF
Black with #71CEDF
Text Example
Text Example
White with #71CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CEDF; }
p { color: rgb(113,206,223); }
H1.HeaderClassName
{
color: #71CEDF;
}
.AnyTagClassName
{
color: #71CEDF;
}
</style>
background-color css
<style>
a { background-color: #71CEDF; }
a { background-color: rgb(113,206,223); }
div.DivClassName
{
background-color: #71CEDF;
}
.BgClassName
{
background-color: #71CEDF;
}
</style>
border-color css
<style>
span { border-color: #71CEDF; }
span { border-color: rgb(113,206,223); }
td.TdClassName
{
border-color: #71CEDF;
}
.TagClassName
{
border-color: #71CEDF;
}
</style>