Shades of Spray #78D2EB
Tints of Spray #78D2EB
RGB
CMYK
RGB Variations
Color information
#78D2EB (or 0x78D2EB) is known color: Spray. HEX triplet: 78, D2 and EB. RGB value is (120,210,235). Sum of RGB (Red+Green+Blue) = 120+210+235=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #78D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D2EB is #872D14. Grayscale: #B9B9B9. Windows color (decimal): -8858901 or 15454840. OLE color: 15454840.
HSL color Cylindrical-coordinate representation of color #78D2EB: hue angle of 193.04º 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 #78D2EB is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 210 | 235 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.08 |
| HSL | 193.04º | 0.74% | 0.7% | - |
| HSV(B) | 193.04º | 0.49% | 0.92% | - |
| XYZ | 45.79 | 56.08 | 87.01 | - |
| YUV | 185.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 235 | 0.49 | 0.11 | 0 | 0.08 | 193.04 | 0.74 | 0.7 |
| Hex | 78 | D2 | EB | 31 | B | 0 | 8 | C1 | 4A | 46 |
| Octal | 170 | 322 | 353 | 61 | 13 | 0 | 10 | 301 | 112 | 106 |
| Binary | 1111000 | 11010010 | 11101011 | 110001 | 1011 | 0 | 1000 | 11000001 | 1001010 | 1000110 |
Color Harmonies of #78D2EB
Complementary color
Monochromatic Colors of #78D2EB
Black with #78D2EB
Text Example
Text Example
White with #78D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D2EB; }
p { color: rgb(120,210,235); }
H1.HeaderClassName
{
color: #78D2EB;
}
.AnyTagClassName
{
color: #78D2EB;
}
</style>
background-color css
<style>
a { background-color: #78D2EB; }
a { background-color: rgb(120,210,235); }
div.DivClassName
{
background-color: #78D2EB;
}
.BgClassName
{
background-color: #78D2EB;
}
</style>
border-color css
<style>
span { border-color: #78D2EB; }
span { border-color: rgb(120,210,235); }
td.TdClassName
{
border-color: #78D2EB;
}
.TagClassName
{
border-color: #78D2EB;
}
</style>