Shades of Spray #78D3DF
Tints of Spray #78D3DF
RGB
CMYK
RGB Variations
Color information
#78D3DF (or 0x78D3DF) is known color: Spray. HEX triplet: 78, D3 and DF. RGB value is (120,211,223). Sum of RGB (Red+Green+Blue) = 120+211+223=554 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.66% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #78D3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D3DF is #872C20. Grayscale: #B9B9B9. Windows color (decimal): -8858657 or 14668664. OLE color: 14668664.
HSL color Cylindrical-coordinate representation of color #78D3DF: hue angle of 186.99º 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 #78D3DF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 211 | 223 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.13 |
| HSL | 186.99º | 0.62% | 0.67% | - |
| HSV(B) | 186.99º | 0.46% | 0.87% | - |
| XYZ | 44.36 | 55.91 | 78.27 | - |
| YUV | 185.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 211 | 223 | 0.46 | 0.05 | 0 | 0.13 | 186.99 | 0.62 | 0.67 |
| Hex | 78 | D3 | DF | 2E | 5 | 0 | D | BB | 3E | 43 |
| Octal | 170 | 323 | 337 | 56 | 5 | 0 | 15 | 273 | 76 | 103 |
| Binary | 1111000 | 11010011 | 11011111 | 101110 | 101 | 0 | 1101 | 10111011 | 111110 | 1000011 |
Color Harmonies of #78D3DF
Complementary color
Monochromatic Colors of #78D3DF
Black with #78D3DF
Text Example
Text Example
White with #78D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D3DF; }
p { color: rgb(120,211,223); }
H1.HeaderClassName
{
color: #78D3DF;
}
.AnyTagClassName
{
color: #78D3DF;
}
</style>
background-color css
<style>
a { background-color: #78D3DF; }
a { background-color: rgb(120,211,223); }
div.DivClassName
{
background-color: #78D3DF;
}
.BgClassName
{
background-color: #78D3DF;
}
</style>
border-color css
<style>
span { border-color: #78D3DF; }
span { border-color: rgb(120,211,223); }
td.TdClassName
{
border-color: #78D3DF;
}
.TagClassName
{
border-color: #78D3DF;
}
</style>