Shades of Spray #78C8CF
Tints of Spray #78C8CF
RGB
CMYK
RGB Variations
Color information
#78C8CF (or 0x78C8CF) is known color: Spray. HEX triplet: 78, C8 and CF. RGB value is (120,200,207). Sum of RGB (Red+Green+Blue) = 120+200+207=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #78C8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C8CF is #873730. Grayscale: #B0B0B0. Windows color (decimal): -8861489 or 13617272. OLE color: 13617272.
HSL color Cylindrical-coordinate representation of color #78C8CF: hue angle of 184.83º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78C8CF is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 200 | 207 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.19 |
| HSL | 184.83º | 0.48% | 0.64% | - |
| HSV(B) | 184.83º | 0.42% | 0.81% | - |
| XYZ | 39.66 | 49.81 | 66.55 | - |
| YUV | 176.88 | 145 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 207 | 0.42 | 0.03 | 0 | 0.19 | 184.83 | 0.48 | 0.64 |
| Hex | 78 | C8 | CF | 2A | 3 | 0 | 13 | B9 | 30 | 40 |
| Octal | 170 | 310 | 317 | 52 | 3 | 0 | 23 | 271 | 60 | 100 |
| Binary | 1111000 | 11001000 | 11001111 | 101010 | 11 | 0 | 10011 | 10111001 | 110000 | 1000000 |
Color Harmonies of #78C8CF
Complementary color
Monochromatic Colors of #78C8CF
Black with #78C8CF
Text Example
Text Example
White with #78C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C8CF; }
p { color: rgb(120,200,207); }
H1.HeaderClassName
{
color: #78C8CF;
}
.AnyTagClassName
{
color: #78C8CF;
}
</style>
background-color css
<style>
a { background-color: #78C8CF; }
a { background-color: rgb(120,200,207); }
div.DivClassName
{
background-color: #78C8CF;
}
.BgClassName
{
background-color: #78C8CF;
}
</style>
border-color css
<style>
span { border-color: #78C8CF; }
span { border-color: rgb(120,200,207); }
td.TdClassName
{
border-color: #78C8CF;
}
.TagClassName
{
border-color: #78C8CF;
}
</style>