Shades of Spray #78CDD7
Tints of Spray #78CDD7
RGB
CMYK
RGB Variations
Color information
#78CDD7 (or 0x78CDD7) is known color: Spray. HEX triplet: 78, CD and D7. RGB value is (120,205,215). Sum of RGB (Red+Green+Blue) = 120+205+215=540 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.22% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #78CDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDD7 is #873228. Grayscale: #B4B4B4. Windows color (decimal): -8860201 or 14142840. OLE color: 14142840.
HSL color Cylindrical-coordinate representation of color #78CDD7: hue angle of 186.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78CDD7 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 205 | 215 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.16 |
| HSL | 186.32º | 0.54% | 0.66% | - |
| HSV(B) | 186.32º | 0.44% | 0.84% | - |
| XYZ | 41.84 | 52.56 | 72.23 | - |
| YUV | 180.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 205 | 215 | 0.44 | 0.05 | 0 | 0.16 | 186.32 | 0.54 | 0.66 |
| Hex | 78 | CD | D7 | 2C | 5 | 0 | 10 | BA | 36 | 42 |
| Octal | 170 | 315 | 327 | 54 | 5 | 0 | 20 | 272 | 66 | 102 |
| Binary | 1111000 | 11001101 | 11010111 | 101100 | 101 | 0 | 10000 | 10111010 | 110110 | 1000010 |
Color Harmonies of #78CDD7
Complementary color
Monochromatic Colors of #78CDD7
Black with #78CDD7
Text Example
Text Example
White with #78CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CDD7; }
p { color: rgb(120,205,215); }
H1.HeaderClassName
{
color: #78CDD7;
}
.AnyTagClassName
{
color: #78CDD7;
}
</style>
background-color css
<style>
a { background-color: #78CDD7; }
a { background-color: rgb(120,205,215); }
div.DivClassName
{
background-color: #78CDD7;
}
.BgClassName
{
background-color: #78CDD7;
}
</style>
border-color css
<style>
span { border-color: #78CDD7; }
span { border-color: rgb(120,205,215); }
td.TdClassName
{
border-color: #78CDD7;
}
.TagClassName
{
border-color: #78CDD7;
}
</style>