Shades of Spray #78D1E6
Tints of Spray #78D1E6
RGB
CMYK
RGB Variations
Color information
#78D1E6 (or 0x78D1E6) is known color: Spray. HEX triplet: 78, D1 and E6. RGB value is (120,209,230). Sum of RGB (Red+Green+Blue) = 120+209+230=559 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.47% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #78D1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D1E6 is #872E19. Grayscale: #B8B8B8. Windows color (decimal): -8859162 or 15126904. OLE color: 15126904.
HSL color Cylindrical-coordinate representation of color #78D1E6: hue angle of 191.45º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78D1E6 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 209 | 230 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.10 |
| HSL | 191.45º | 0.69% | 0.69% | - |
| HSV(B) | 191.45º | 0.48% | 0.9% | - |
| XYZ | 44.83 | 55.31 | 83.18 | - |
| YUV | 184.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 209 | 230 | 0.48 | 0.09 | 0 | 0.10 | 191.45 | 0.69 | 0.69 |
| Hex | 78 | D1 | E6 | 30 | 9 | 0 | A | BF | 45 | 45 |
| Octal | 170 | 321 | 346 | 60 | 11 | 0 | 12 | 277 | 105 | 105 |
| Binary | 1111000 | 11010001 | 11100110 | 110000 | 1001 | 0 | 1010 | 10111111 | 1000101 | 1000101 |
Color Harmonies of #78D1E6
Complementary color
Monochromatic Colors of #78D1E6
Black with #78D1E6
Text Example
Text Example
White with #78D1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D1E6; }
p { color: rgb(120,209,230); }
H1.HeaderClassName
{
color: #78D1E6;
}
.AnyTagClassName
{
color: #78D1E6;
}
</style>
background-color css
<style>
a { background-color: #78D1E6; }
a { background-color: rgb(120,209,230); }
div.DivClassName
{
background-color: #78D1E6;
}
.BgClassName
{
background-color: #78D1E6;
}
</style>
border-color css
<style>
span { border-color: #78D1E6; }
span { border-color: rgb(120,209,230); }
td.TdClassName
{
border-color: #78D1E6;
}
.TagClassName
{
border-color: #78D1E6;
}
</style>