Shades of Spray #76CCDD
Tints of Spray #76CCDD
RGB
CMYK
RGB Variations
Color information
#76CCDD (or 0x76CCDD) is known color: Spray. HEX triplet: 76, CC and DD. RGB value is (118,204,221). Sum of RGB (Red+Green+Blue) = 118+204+221=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #76CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCDD is #893322. Grayscale: #B4B4B4. Windows color (decimal): -8991523 or 14535798. OLE color: 14535798.
HSL color Cylindrical-coordinate representation of color #76CCDD: hue angle of 189.9º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CCDD is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 204 | 221 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.13 |
| HSL | 189.9º | 0.6% | 0.66% | - |
| HSV(B) | 189.9º | 0.47% | 0.87% | - |
| XYZ | 42.12 | 52.26 | 76.27 | - |
| YUV | 180.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 221 | 0.47 | 0.08 | 0 | 0.13 | 189.9 | 0.6 | 0.66 |
| Hex | 76 | CC | DD | 2F | 8 | 0 | D | BE | 3C | 42 |
| Octal | 166 | 314 | 335 | 57 | 10 | 0 | 15 | 276 | 74 | 102 |
| Binary | 1110110 | 11001100 | 11011101 | 101111 | 1000 | 0 | 1101 | 10111110 | 111100 | 1000010 |
Color Harmonies of #76CCDD
Complementary color
Monochromatic Colors of #76CCDD
Black with #76CCDD
Text Example
Text Example
White with #76CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CCDD; }
p { color: rgb(118,204,221); }
H1.HeaderClassName
{
color: #76CCDD;
}
.AnyTagClassName
{
color: #76CCDD;
}
</style>
background-color css
<style>
a { background-color: #76CCDD; }
a { background-color: rgb(118,204,221); }
div.DivClassName
{
background-color: #76CCDD;
}
.BgClassName
{
background-color: #76CCDD;
}
</style>
border-color css
<style>
span { border-color: #76CCDD; }
span { border-color: rgb(118,204,221); }
td.TdClassName
{
border-color: #76CCDD;
}
.TagClassName
{
border-color: #76CCDD;
}
</style>