Shades of Spray #71C3DB
Tints of Spray #71C3DB
RGB
CMYK
RGB Variations
Color information
#71C3DB (or 0x71C3DB) is known color: Spray. HEX triplet: 71, C3 and DB. RGB value is (113,195,219). Sum of RGB (Red+Green+Blue) = 113+195+219=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #71C3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C3DB is #8E3C24. Grayscale: #ADADAD. Windows color (decimal): -9321509 or 14402417. OLE color: 14402417.
HSL color Cylindrical-coordinate representation of color #71C3DB: hue angle of 193.58º 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 #71C3DB is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 195 | 219 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.14 |
| HSL | 193.58º | 0.6% | 0.65% | - |
| HSV(B) | 193.58º | 0.48% | 0.86% | - |
| XYZ | 39.11 | 47.66 | 74.15 | - |
| YUV | 173.22 | 153.83 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 195 | 219 | 0.48 | 0.11 | 0 | 0.14 | 193.58 | 0.6 | 0.65 |
| Hex | 71 | C3 | DB | 30 | B | 0 | E | C2 | 3C | 41 |
| Octal | 161 | 303 | 333 | 60 | 13 | 0 | 16 | 302 | 74 | 101 |
| Binary | 1110001 | 11000011 | 11011011 | 110000 | 1011 | 0 | 1110 | 11000010 | 111100 | 1000001 |
Color Harmonies of #71C3DB
Complementary color
Monochromatic Colors of #71C3DB
Black with #71C3DB
Text Example
Text Example
White with #71C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C3DB; }
p { color: rgb(113,195,219); }
H1.HeaderClassName
{
color: #71C3DB;
}
.AnyTagClassName
{
color: #71C3DB;
}
</style>
background-color css
<style>
a { background-color: #71C3DB; }
a { background-color: rgb(113,195,219); }
div.DivClassName
{
background-color: #71C3DB;
}
.BgClassName
{
background-color: #71C3DB;
}
</style>
border-color css
<style>
span { border-color: #71C3DB; }
span { border-color: rgb(113,195,219); }
td.TdClassName
{
border-color: #71C3DB;
}
.TagClassName
{
border-color: #71C3DB;
}
</style>