Shades of Spray #78C1DF
Tints of Spray #78C1DF
RGB
CMYK
RGB Variations
Color information
#78C1DF (or 0x78C1DF) is known color: Spray. HEX triplet: 78, C1 and DF. RGB value is (120,193,223). Sum of RGB (Red+Green+Blue) = 120+193+223=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #78C1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C1DF is #873E20. Grayscale: #AEAEAE. Windows color (decimal): -8863265 or 14664056. OLE color: 14664056.
HSL color Cylindrical-coordinate representation of color #78C1DF: hue angle of 197.48º 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 #78C1DF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 193 | 223 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.13 |
| HSL | 197.48º | 0.62% | 0.67% | - |
| HSV(B) | 197.48º | 0.46% | 0.87% | - |
| XYZ | 40.13 | 47.46 | 76.86 | - |
| YUV | 174.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 223 | 0.46 | 0.13 | 0 | 0.13 | 197.48 | 0.62 | 0.67 |
| Hex | 78 | C1 | DF | 2E | D | 0 | D | C5 | 3E | 43 |
| Octal | 170 | 301 | 337 | 56 | 15 | 0 | 15 | 305 | 76 | 103 |
| Binary | 1111000 | 11000001 | 11011111 | 101110 | 1101 | 0 | 1101 | 11000101 | 111110 | 1000011 |
Color Harmonies of #78C1DF
Complementary color
Monochromatic Colors of #78C1DF
Black with #78C1DF
Text Example
Text Example
White with #78C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C1DF; }
p { color: rgb(120,193,223); }
H1.HeaderClassName
{
color: #78C1DF;
}
.AnyTagClassName
{
color: #78C1DF;
}
</style>
background-color css
<style>
a { background-color: #78C1DF; }
a { background-color: rgb(120,193,223); }
div.DivClassName
{
background-color: #78C1DF;
}
.BgClassName
{
background-color: #78C1DF;
}
</style>
border-color css
<style>
span { border-color: #78C1DF; }
span { border-color: rgb(120,193,223); }
td.TdClassName
{
border-color: #78C1DF;
}
.TagClassName
{
border-color: #78C1DF;
}
</style>