Shades of Spray #78D6DF
Tints of Spray #78D6DF
RGB
CMYK
RGB Variations
Color information
#78D6DF (or 0x78D6DF) is known color: Spray. HEX triplet: 78, D6 and DF. RGB value is (120,214,223). Sum of RGB (Red+Green+Blue) = 120+214+223=557 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.54% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #78D6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D6DF is #872920. Grayscale: #BABABA. Windows color (decimal): -8857889 or 14669432. OLE color: 14669432.
HSL color Cylindrical-coordinate representation of color #78D6DF: hue angle of 185.24º degrees, saturation: 0.62, 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 #78D6DF is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 214 | 223 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.13 |
| HSL | 185.24º | 0.62% | 0.67% | - |
| HSV(B) | 185.24º | 0.46% | 0.87% | - |
| XYZ | 45.11 | 57.41 | 78.52 | - |
| YUV | 186.92 | 148.36 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 223 | 0.46 | 0.04 | 0 | 0.13 | 185.24 | 0.62 | 0.67 |
| Hex | 78 | D6 | DF | 2E | 4 | 0 | D | B9 | 3E | 43 |
| Octal | 170 | 326 | 337 | 56 | 4 | 0 | 15 | 271 | 76 | 103 |
| Binary | 1111000 | 11010110 | 11011111 | 101110 | 100 | 0 | 1101 | 10111001 | 111110 | 1000011 |
Color Harmonies of #78D6DF
Complementary color
Monochromatic Colors of #78D6DF
Black with #78D6DF
Text Example
Text Example
White with #78D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D6DF; }
p { color: rgb(120,214,223); }
H1.HeaderClassName
{
color: #78D6DF;
}
.AnyTagClassName
{
color: #78D6DF;
}
</style>
background-color css
<style>
a { background-color: #78D6DF; }
a { background-color: rgb(120,214,223); }
div.DivClassName
{
background-color: #78D6DF;
}
.BgClassName
{
background-color: #78D6DF;
}
</style>
border-color css
<style>
span { border-color: #78D6DF; }
span { border-color: rgb(120,214,223); }
td.TdClassName
{
border-color: #78D6DF;
}
.TagClassName
{
border-color: #78D6DF;
}
</style>