Shades of Spray #78CCDD
Tints of Spray #78CCDD
RGB
CMYK
RGB Variations
Color information
#78CCDD (or 0x78CCDD) is known color: Spray. HEX triplet: 78, CC and DD. RGB value is (120,204,221). Sum of RGB (Red+Green+Blue) = 120+204+221=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #78CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCDD is #873322. Grayscale: #B4B4B4. Windows color (decimal): -8860451 or 14535800. OLE color: 14535800.
HSL color Cylindrical-coordinate representation of color #78CCDD: hue angle of 190.1º degrees, saturation: 0.6, 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 #78CCDD is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 204 | 221 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.13 |
| HSL | 190.1º | 0.6% | 0.67% | - |
| HSV(B) | 190.1º | 0.46% | 0.87% | - |
| XYZ | 42.39 | 52.4 | 76.29 | - |
| YUV | 180.82 | 150.67 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 221 | 0.46 | 0.08 | 0 | 0.13 | 190.1 | 0.6 | 0.67 |
| Hex | 78 | CC | DD | 2E | 8 | 0 | D | BE | 3C | 43 |
| Octal | 170 | 314 | 335 | 56 | 10 | 0 | 15 | 276 | 74 | 103 |
| Binary | 1111000 | 11001100 | 11011101 | 101110 | 1000 | 0 | 1101 | 10111110 | 111100 | 1000011 |
Color Harmonies of #78CCDD
Complementary color
Monochromatic Colors of #78CCDD
Black with #78CCDD
Text Example
Text Example
White with #78CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CCDD; }
p { color: rgb(120,204,221); }
H1.HeaderClassName
{
color: #78CCDD;
}
.AnyTagClassName
{
color: #78CCDD;
}
</style>
background-color css
<style>
a { background-color: #78CCDD; }
a { background-color: rgb(120,204,221); }
div.DivClassName
{
background-color: #78CCDD;
}
.BgClassName
{
background-color: #78CCDD;
}
</style>
border-color css
<style>
span { border-color: #78CCDD; }
span { border-color: rgb(120,204,221); }
td.TdClassName
{
border-color: #78CCDD;
}
.TagClassName
{
border-color: #78CCDD;
}
</style>