Shades of Spray #78CCDA
Tints of Spray #78CCDA
RGB
CMYK
RGB Variations
Color information
#78CCDA (or 0x78CCDA) is known color: Spray. HEX triplet: 78, CC and DA. RGB value is (120,204,218). Sum of RGB (Red+Green+Blue) = 120+204+218=542 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.14% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #78CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCDA is #873325. Grayscale: #B4B4B4. Windows color (decimal): -8860454 or 14339192. OLE color: 14339192.
HSL color Cylindrical-coordinate representation of color #78CCDA: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78CCDA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 204 | 218 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.15 |
| HSL | 188.57º | 0.57% | 0.66% | - |
| HSV(B) | 188.57º | 0.45% | 0.85% | - |
| XYZ | 41.99 | 52.24 | 74.2 | - |
| YUV | 180.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 218 | 0.45 | 0.06 | 0 | 0.15 | 188.57 | 0.57 | 0.66 |
| Hex | 78 | CC | DA | 2D | 6 | 0 | F | BD | 39 | 42 |
| Octal | 170 | 314 | 332 | 55 | 6 | 0 | 17 | 275 | 71 | 102 |
| Binary | 1111000 | 11001100 | 11011010 | 101101 | 110 | 0 | 1111 | 10111101 | 111001 | 1000010 |
Color Harmonies of #78CCDA
Complementary color
Monochromatic Colors of #78CCDA
Black with #78CCDA
Text Example
Text Example
White with #78CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CCDA; }
p { color: rgb(120,204,218); }
H1.HeaderClassName
{
color: #78CCDA;
}
.AnyTagClassName
{
color: #78CCDA;
}
</style>
background-color css
<style>
a { background-color: #78CCDA; }
a { background-color: rgb(120,204,218); }
div.DivClassName
{
background-color: #78CCDA;
}
.BgClassName
{
background-color: #78CCDA;
}
</style>
border-color css
<style>
span { border-color: #78CCDA; }
span { border-color: rgb(120,204,218); }
td.TdClassName
{
border-color: #78CCDA;
}
.TagClassName
{
border-color: #78CCDA;
}
</style>