Shades of Spray #76CCDF
Tints of Spray #76CCDF
RGB
CMYK
RGB Variations
Color information
#76CCDF (or 0x76CCDF) is known color: Spray. HEX triplet: 76, CC and DF. RGB value is (118,204,223). Sum of RGB (Red+Green+Blue) = 118+204+223=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #76CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCDF is #893320. Grayscale: #B4B4B4. Windows color (decimal): -8991521 or 14666870. OLE color: 14666870.
HSL color Cylindrical-coordinate representation of color #76CCDF: hue angle of 190.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CCDF is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 204 | 223 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.13 |
| HSL | 190.86º | 0.62% | 0.67% | - |
| HSV(B) | 190.86º | 0.47% | 0.87% | - |
| XYZ | 42.38 | 52.36 | 77.69 | - |
| YUV | 180.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 223 | 0.47 | 0.09 | 0 | 0.13 | 190.86 | 0.62 | 0.67 |
| Hex | 76 | CC | DF | 2F | 9 | 0 | D | BF | 3E | 43 |
| Octal | 166 | 314 | 337 | 57 | 11 | 0 | 15 | 277 | 76 | 103 |
| Binary | 1110110 | 11001100 | 11011111 | 101111 | 1001 | 0 | 1101 | 10111111 | 111110 | 1000011 |
Color Harmonies of #76CCDF
Complementary color
Monochromatic Colors of #76CCDF
Black with #76CCDF
Text Example
Text Example
White with #76CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CCDF; }
p { color: rgb(118,204,223); }
H1.HeaderClassName
{
color: #76CCDF;
}
.AnyTagClassName
{
color: #76CCDF;
}
</style>
background-color css
<style>
a { background-color: #76CCDF; }
a { background-color: rgb(118,204,223); }
div.DivClassName
{
background-color: #76CCDF;
}
.BgClassName
{
background-color: #76CCDF;
}
</style>
border-color css
<style>
span { border-color: #76CCDF; }
span { border-color: rgb(118,204,223); }
td.TdClassName
{
border-color: #76CCDF;
}
.TagClassName
{
border-color: #76CCDF;
}
</style>