Shades of Spray #78CDDC
Tints of Spray #78CDDC
RGB
CMYK
RGB Variations
Color information
#78CDDC (or 0x78CDDC) is known color: Spray. HEX triplet: 78, CD and DC. RGB value is (120,205,220). Sum of RGB (Red+Green+Blue) = 120+205+220=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #78CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDDC is #873223. Grayscale: #B5B5B5. Windows color (decimal): -8860196 or 14470520. OLE color: 14470520.
HSL color Cylindrical-coordinate representation of color #78CDDC: hue angle of 189º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78CDDC is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 205 | 220 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.14 |
| HSL | 189º | 0.59% | 0.67% | - |
| HSV(B) | 189º | 0.45% | 0.86% | - |
| XYZ | 42.5 | 52.82 | 75.67 | - |
| YUV | 181.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 205 | 220 | 0.45 | 0.07 | 0 | 0.14 | 189 | 0.59 | 0.67 |
| Hex | 78 | CD | DC | 2D | 7 | 0 | E | BD | 3B | 43 |
| Octal | 170 | 315 | 334 | 55 | 7 | 0 | 16 | 275 | 73 | 103 |
| Binary | 1111000 | 11001101 | 11011100 | 101101 | 111 | 0 | 1110 | 10111101 | 111011 | 1000011 |
Color Harmonies of #78CDDC
Complementary color
Monochromatic Colors of #78CDDC
Black with #78CDDC
Text Example
Text Example
White with #78CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CDDC; }
p { color: rgb(120,205,220); }
H1.HeaderClassName
{
color: #78CDDC;
}
.AnyTagClassName
{
color: #78CDDC;
}
</style>
background-color css
<style>
a { background-color: #78CDDC; }
a { background-color: rgb(120,205,220); }
div.DivClassName
{
background-color: #78CDDC;
}
.BgClassName
{
background-color: #78CDDC;
}
</style>
border-color css
<style>
span { border-color: #78CDDC; }
span { border-color: rgb(120,205,220); }
td.TdClassName
{
border-color: #78CDDC;
}
.TagClassName
{
border-color: #78CDDC;
}
</style>