Shades of Spray #78C8DA
Tints of Spray #78C8DA
RGB
CMYK
RGB Variations
Color information
#78C8DA (or 0x78C8DA) is known color: Spray. HEX triplet: 78, C8 and DA. RGB value is (120,200,218). Sum of RGB (Red+Green+Blue) = 120+200+218=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #78C8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C8DA is #873725. Grayscale: #B1B1B1. Windows color (decimal): -8861478 or 14338168. OLE color: 14338168.
HSL color Cylindrical-coordinate representation of color #78C8DA: hue angle of 191.02º 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 #78C8DA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 200 | 218 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.15 |
| HSL | 191.02º | 0.57% | 0.66% | - |
| HSV(B) | 191.02º | 0.45% | 0.85% | - |
| XYZ | 41.05 | 50.36 | 73.89 | - |
| YUV | 178.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 218 | 0.45 | 0.08 | 0 | 0.15 | 191.02 | 0.57 | 0.66 |
| Hex | 78 | C8 | DA | 2D | 8 | 0 | F | BF | 39 | 42 |
| Octal | 170 | 310 | 332 | 55 | 10 | 0 | 17 | 277 | 71 | 102 |
| Binary | 1111000 | 11001000 | 11011010 | 101101 | 1000 | 0 | 1111 | 10111111 | 111001 | 1000010 |
Color Harmonies of #78C8DA
Complementary color
Monochromatic Colors of #78C8DA
Black with #78C8DA
Text Example
Text Example
White with #78C8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C8DA; }
p { color: rgb(120,200,218); }
H1.HeaderClassName
{
color: #78C8DA;
}
.AnyTagClassName
{
color: #78C8DA;
}
</style>
background-color css
<style>
a { background-color: #78C8DA; }
a { background-color: rgb(120,200,218); }
div.DivClassName
{
background-color: #78C8DA;
}
.BgClassName
{
background-color: #78C8DA;
}
</style>
border-color css
<style>
span { border-color: #78C8DA; }
span { border-color: rgb(120,200,218); }
td.TdClassName
{
border-color: #78C8DA;
}
.TagClassName
{
border-color: #78C8DA;
}
</style>