Shades of Spray #78D6DD
Tints of Spray #78D6DD
RGB
CMYK
RGB Variations
Color information
#78D6DD (or 0x78D6DD) is known color: Spray. HEX triplet: 78, D6 and DD. RGB value is (120,214,221). Sum of RGB (Red+Green+Blue) = 120+214+221=555 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.62% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #78D6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D6DD is #872922. Grayscale: #BABABA. Windows color (decimal): -8857891 or 14538360. OLE color: 14538360.
HSL color Cylindrical-coordinate representation of color #78D6DD: hue angle of 184.16º 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 #78D6DD is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 214 | 221 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.13 |
| HSL | 184.16º | 0.6% | 0.67% | - |
| HSV(B) | 184.16º | 0.46% | 0.87% | - |
| XYZ | 44.84 | 57.31 | 77.1 | - |
| YUV | 186.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 221 | 0.46 | 0.03 | 0 | 0.13 | 184.16 | 0.6 | 0.67 |
| Hex | 78 | D6 | DD | 2E | 3 | 0 | D | B8 | 3C | 43 |
| Octal | 170 | 326 | 335 | 56 | 3 | 0 | 15 | 270 | 74 | 103 |
| Binary | 1111000 | 11010110 | 11011101 | 101110 | 11 | 0 | 1101 | 10111000 | 111100 | 1000011 |
Color Harmonies of #78D6DD
Complementary color
Monochromatic Colors of #78D6DD
Black with #78D6DD
Text Example
Text Example
White with #78D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D6DD; }
p { color: rgb(120,214,221); }
H1.HeaderClassName
{
color: #78D6DD;
}
.AnyTagClassName
{
color: #78D6DD;
}
</style>
background-color css
<style>
a { background-color: #78D6DD; }
a { background-color: rgb(120,214,221); }
div.DivClassName
{
background-color: #78D6DD;
}
.BgClassName
{
background-color: #78D6DD;
}
</style>
border-color css
<style>
span { border-color: #78D6DD; }
span { border-color: rgb(120,214,221); }
td.TdClassName
{
border-color: #78D6DD;
}
.TagClassName
{
border-color: #78D6DD;
}
</style>