Shades of Spray #78D4DD
Tints of Spray #78D4DD
RGB
CMYK
RGB Variations
Color information
#78D4DD (or 0x78D4DD) is known color: Spray. HEX triplet: 78, D4 and DD. RGB value is (120,212,221). Sum of RGB (Red+Green+Blue) = 120+212+221=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #78D4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D4DD is #872B22. Grayscale: #B9B9B9. Windows color (decimal): -8858403 or 14537848. OLE color: 14537848.
HSL color Cylindrical-coordinate representation of color #78D4DD: hue angle of 185.35º degrees, saturation: 0.6, 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 #78D4DD is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 212 | 221 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.13 |
| HSL | 185.35º | 0.6% | 0.67% | - |
| HSV(B) | 185.35º | 0.46% | 0.87% | - |
| XYZ | 44.34 | 56.3 | 76.94 | - |
| YUV | 185.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 221 | 0.46 | 0.04 | 0 | 0.13 | 185.35 | 0.6 | 0.67 |
| Hex | 78 | D4 | DD | 2E | 4 | 0 | D | B9 | 3C | 43 |
| Octal | 170 | 324 | 335 | 56 | 4 | 0 | 15 | 271 | 74 | 103 |
| Binary | 1111000 | 11010100 | 11011101 | 101110 | 100 | 0 | 1101 | 10111001 | 111100 | 1000011 |
Color Harmonies of #78D4DD
Complementary color
Monochromatic Colors of #78D4DD
Black with #78D4DD
Text Example
Text Example
White with #78D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D4DD; }
p { color: rgb(120,212,221); }
H1.HeaderClassName
{
color: #78D4DD;
}
.AnyTagClassName
{
color: #78D4DD;
}
</style>
background-color css
<style>
a { background-color: #78D4DD; }
a { background-color: rgb(120,212,221); }
div.DivClassName
{
background-color: #78D4DD;
}
.BgClassName
{
background-color: #78D4DD;
}
</style>
border-color css
<style>
span { border-color: #78D4DD; }
span { border-color: rgb(120,212,221); }
td.TdClassName
{
border-color: #78D4DD;
}
.TagClassName
{
border-color: #78D4DD;
}
</style>