Shades of Spray #71C9DB
Tints of Spray #71C9DB
RGB
CMYK
RGB Variations
Color information
#71C9DB (or 0x71C9DB) is known color: Spray. HEX triplet: 71, C9 and DB. RGB value is (113,201,219). Sum of RGB (Red+Green+Blue) = 113+201+219=533 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.20% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #71C9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C9DB is #8E3624. Grayscale: #B0B0B0. Windows color (decimal): -9319973 or 14403953. OLE color: 14403953.
HSL color Cylindrical-coordinate representation of color #71C9DB: hue angle of 190.19º 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 #71C9DB is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 201 | 219 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.14 |
| HSL | 190.19º | 0.6% | 0.65% | - |
| HSV(B) | 190.19º | 0.48% | 0.86% | - |
| XYZ | 40.48 | 50.4 | 74.61 | - |
| YUV | 176.74 | 151.85 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 219 | 0.48 | 0.08 | 0 | 0.14 | 190.19 | 0.6 | 0.65 |
| Hex | 71 | C9 | DB | 30 | 8 | 0 | E | BE | 3C | 41 |
| Octal | 161 | 311 | 333 | 60 | 10 | 0 | 16 | 276 | 74 | 101 |
| Binary | 1110001 | 11001001 | 11011011 | 110000 | 1000 | 0 | 1110 | 10111110 | 111100 | 1000001 |
Color Harmonies of #71C9DB
Complementary color
Monochromatic Colors of #71C9DB
Black with #71C9DB
Text Example
Text Example
White with #71C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C9DB; }
p { color: rgb(113,201,219); }
H1.HeaderClassName
{
color: #71C9DB;
}
.AnyTagClassName
{
color: #71C9DB;
}
</style>
background-color css
<style>
a { background-color: #71C9DB; }
a { background-color: rgb(113,201,219); }
div.DivClassName
{
background-color: #71C9DB;
}
.BgClassName
{
background-color: #71C9DB;
}
</style>
border-color css
<style>
span { border-color: #71C9DB; }
span { border-color: rgb(113,201,219); }
td.TdClassName
{
border-color: #71C9DB;
}
.TagClassName
{
border-color: #71C9DB;
}
</style>