Shades of Spray #78D3EB
Tints of Spray #78D3EB
RGB
CMYK
RGB Variations
Color information
#78D3EB (or 0x78D3EB) is known color: Spray. HEX triplet: 78, D3 and EB. RGB value is (120,211,235). Sum of RGB (Red+Green+Blue) = 120+211+235=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #78D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D3EB is #872C14. Grayscale: #BABABA. Windows color (decimal): -8858645 or 15455096. OLE color: 15455096.
HSL color Cylindrical-coordinate representation of color #78D3EB: hue angle of 192.52º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78D3EB is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 211 | 235 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.08 |
| HSL | 192.52º | 0.74% | 0.7% | - |
| HSV(B) | 192.52º | 0.49% | 0.92% | - |
| XYZ | 46.04 | 56.58 | 87.09 | - |
| YUV | 186.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 211 | 235 | 0.49 | 0.10 | 0 | 0.08 | 192.52 | 0.74 | 0.7 |
| Hex | 78 | D3 | EB | 31 | A | 0 | 8 | C1 | 4A | 46 |
| Octal | 170 | 323 | 353 | 61 | 12 | 0 | 10 | 301 | 112 | 106 |
| Binary | 1111000 | 11010011 | 11101011 | 110001 | 1010 | 0 | 1000 | 11000001 | 1001010 | 1000110 |
Color Harmonies of #78D3EB
Complementary color
Monochromatic Colors of #78D3EB
Black with #78D3EB
Text Example
Text Example
White with #78D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D3EB; }
p { color: rgb(120,211,235); }
H1.HeaderClassName
{
color: #78D3EB;
}
.AnyTagClassName
{
color: #78D3EB;
}
</style>
background-color css
<style>
a { background-color: #78D3EB; }
a { background-color: rgb(120,211,235); }
div.DivClassName
{
background-color: #78D3EB;
}
.BgClassName
{
background-color: #78D3EB;
}
</style>
border-color css
<style>
span { border-color: #78D3EB; }
span { border-color: rgb(120,211,235); }
td.TdClassName
{
border-color: #78D3EB;
}
.TagClassName
{
border-color: #78D3EB;
}
</style>