Shades of Spray #71CEDB
Tints of Spray #71CEDB
RGB
CMYK
RGB Variations
Color information
#71CEDB (or 0x71CEDB) is known color: Spray. HEX triplet: 71, CE and DB. RGB value is (113,206,219). Sum of RGB (Red+Green+Blue) = 113+206+219=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #71CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEDB is #8E3124. Grayscale: #B3B3B3. Windows color (decimal): -9318693 or 14405233. OLE color: 14405233.
HSL color Cylindrical-coordinate representation of color #71CEDB: hue angle of 187.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71CEDB is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 206 | 219 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.14 |
| HSL | 187.36º | 0.6% | 0.65% | - |
| HSV(B) | 187.36º | 0.48% | 0.86% | - |
| XYZ | 41.67 | 52.77 | 75.01 | - |
| YUV | 179.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 219 | 0.48 | 0.06 | 0 | 0.14 | 187.36 | 0.6 | 0.65 |
| Hex | 71 | CE | DB | 30 | 6 | 0 | E | BB | 3C | 41 |
| Octal | 161 | 316 | 333 | 60 | 6 | 0 | 16 | 273 | 74 | 101 |
| Binary | 1110001 | 11001110 | 11011011 | 110000 | 110 | 0 | 1110 | 10111011 | 111100 | 1000001 |
Color Harmonies of #71CEDB
Complementary color
Monochromatic Colors of #71CEDB
Black with #71CEDB
Text Example
Text Example
White with #71CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CEDB; }
p { color: rgb(113,206,219); }
H1.HeaderClassName
{
color: #71CEDB;
}
.AnyTagClassName
{
color: #71CEDB;
}
</style>
background-color css
<style>
a { background-color: #71CEDB; }
a { background-color: rgb(113,206,219); }
div.DivClassName
{
background-color: #71CEDB;
}
.BgClassName
{
background-color: #71CEDB;
}
</style>
border-color css
<style>
span { border-color: #71CEDB; }
span { border-color: rgb(113,206,219); }
td.TdClassName
{
border-color: #71CEDB;
}
.TagClassName
{
border-color: #71CEDB;
}
</style>