Shades of Spray #76C9DB
Tints of Spray #76C9DB
RGB
CMYK
RGB Variations
Color information
#76C9DB (or 0x76C9DB) is known color: Spray. HEX triplet: 76, C9 and DB. RGB value is (118,201,219). Sum of RGB (Red+Green+Blue) = 118+201+219=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 201 (78.91% from 255 or 37.36% 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 #76C9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C9DB is #893624. Grayscale: #B2B2B2. Windows color (decimal): -8992293 or 14403958. OLE color: 14403958.
HSL color Cylindrical-coordinate representation of color #76C9DB: hue angle of 190.69º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76C9DB is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 201 | 219 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.14 |
| HSL | 190.69º | 0.58% | 0.66% | - |
| HSV(B) | 190.69º | 0.46% | 0.86% | - |
| XYZ | 41.14 | 50.74 | 74.64 | - |
| YUV | 178.24 | 151 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 219 | 0.46 | 0.08 | 0 | 0.14 | 190.69 | 0.58 | 0.66 |
| Hex | 76 | C9 | DB | 2E | 8 | 0 | E | BF | 3A | 42 |
| Octal | 166 | 311 | 333 | 56 | 10 | 0 | 16 | 277 | 72 | 102 |
| Binary | 1110110 | 11001001 | 11011011 | 101110 | 1000 | 0 | 1110 | 10111111 | 111010 | 1000010 |
Color Harmonies of #76C9DB
Complementary color
Monochromatic Colors of #76C9DB
Black with #76C9DB
Text Example
Text Example
White with #76C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C9DB; }
p { color: rgb(118,201,219); }
H1.HeaderClassName
{
color: #76C9DB;
}
.AnyTagClassName
{
color: #76C9DB;
}
</style>
background-color css
<style>
a { background-color: #76C9DB; }
a { background-color: rgb(118,201,219); }
div.DivClassName
{
background-color: #76C9DB;
}
.BgClassName
{
background-color: #76C9DB;
}
</style>
border-color css
<style>
span { border-color: #76C9DB; }
span { border-color: rgb(118,201,219); }
td.TdClassName
{
border-color: #76C9DB;
}
.TagClassName
{
border-color: #76C9DB;
}
</style>