Shades of Spray #78CFDA
Tints of Spray #78CFDA
RGB
CMYK
RGB Variations
Color information
#78CFDA (or 0x78CFDA) is known color: Spray. HEX triplet: 78, CF and DA. RGB value is (120,207,218). Sum of RGB (Red+Green+Blue) = 120+207+218=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #78CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFDA is #873025. Grayscale: #B6B6B6. Windows color (decimal): -8859686 or 14339960. OLE color: 14339960.
HSL color Cylindrical-coordinate representation of color #78CFDA: hue angle of 186.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78CFDA is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 207 | 218 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.15 |
| HSL | 186.73º | 0.57% | 0.66% | - |
| HSV(B) | 186.73º | 0.45% | 0.85% | - |
| XYZ | 42.71 | 53.68 | 74.44 | - |
| YUV | 182.24 | 148.18 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 218 | 0.45 | 0.05 | 0 | 0.15 | 186.73 | 0.57 | 0.66 |
| Hex | 78 | CF | DA | 2D | 5 | 0 | F | BB | 39 | 42 |
| Octal | 170 | 317 | 332 | 55 | 5 | 0 | 17 | 273 | 71 | 102 |
| Binary | 1111000 | 11001111 | 11011010 | 101101 | 101 | 0 | 1111 | 10111011 | 111001 | 1000010 |
Color Harmonies of #78CFDA
Complementary color
Monochromatic Colors of #78CFDA
Black with #78CFDA
Text Example
Text Example
White with #78CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFDA; }
p { color: rgb(120,207,218); }
H1.HeaderClassName
{
color: #78CFDA;
}
.AnyTagClassName
{
color: #78CFDA;
}
</style>
background-color css
<style>
a { background-color: #78CFDA; }
a { background-color: rgb(120,207,218); }
div.DivClassName
{
background-color: #78CFDA;
}
.BgClassName
{
background-color: #78CFDA;
}
</style>
border-color css
<style>
span { border-color: #78CFDA; }
span { border-color: rgb(120,207,218); }
td.TdClassName
{
border-color: #78CFDA;
}
.TagClassName
{
border-color: #78CFDA;
}
</style>