Shades of Spray #78C2DF
Tints of Spray #78C2DF
RGB
CMYK
RGB Variations
Color information
#78C2DF (or 0x78C2DF) is known color: Spray. HEX triplet: 78, C2 and DF. RGB value is (120,194,223). Sum of RGB (Red+Green+Blue) = 120+194+223=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #78C2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2DF is #873D20. Grayscale: #AEAEAE. Windows color (decimal): -8863009 or 14664312. OLE color: 14664312.
HSL color Cylindrical-coordinate representation of color #78C2DF: hue angle of 196.89º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78C2DF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 194 | 223 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.13 |
| HSL | 196.89º | 0.62% | 0.67% | - |
| HSV(B) | 196.89º | 0.46% | 0.87% | - |
| XYZ | 40.36 | 47.9 | 76.93 | - |
| YUV | 175.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 223 | 0.46 | 0.13 | 0 | 0.13 | 196.89 | 0.62 | 0.67 |
| Hex | 78 | C2 | DF | 2E | D | 0 | D | C5 | 3E | 43 |
| Octal | 170 | 302 | 337 | 56 | 15 | 0 | 15 | 305 | 76 | 103 |
| Binary | 1111000 | 11000010 | 11011111 | 101110 | 1101 | 0 | 1101 | 11000101 | 111110 | 1000011 |
Color Harmonies of #78C2DF
Complementary color
Monochromatic Colors of #78C2DF
Black with #78C2DF
Text Example
Text Example
White with #78C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2DF; }
p { color: rgb(120,194,223); }
H1.HeaderClassName
{
color: #78C2DF;
}
.AnyTagClassName
{
color: #78C2DF;
}
</style>
background-color css
<style>
a { background-color: #78C2DF; }
a { background-color: rgb(120,194,223); }
div.DivClassName
{
background-color: #78C2DF;
}
.BgClassName
{
background-color: #78C2DF;
}
</style>
border-color css
<style>
span { border-color: #78C2DF; }
span { border-color: rgb(120,194,223); }
td.TdClassName
{
border-color: #78C2DF;
}
.TagClassName
{
border-color: #78C2DF;
}
</style>