Shades of Spray #78CFE9
Tints of Spray #78CFE9
RGB
CMYK
RGB Variations
Color information
#78CFE9 (or 0x78CFE9) is known color: Spray. HEX triplet: 78, CF and E9. RGB value is (120,207,233). Sum of RGB (Red+Green+Blue) = 120+207+233=560 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.43% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #78CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CFE9 is #873016. Grayscale: #B7B7B7. Windows color (decimal): -8859671 or 15323000. OLE color: 15323000.
HSL color Cylindrical-coordinate representation of color #78CFE9: hue angle of 193.81º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78CFE9 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 207 | 233 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.09 |
| HSL | 193.81º | 0.72% | 0.69% | - |
| HSV(B) | 193.81º | 0.48% | 0.91% | - |
| XYZ | 44.77 | 54.5 | 85.25 | - |
| YUV | 183.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 233 | 0.48 | 0.11 | 0 | 0.09 | 193.81 | 0.72 | 0.69 |
| Hex | 78 | CF | E9 | 30 | B | 0 | 9 | C2 | 48 | 45 |
| Octal | 170 | 317 | 351 | 60 | 13 | 0 | 11 | 302 | 110 | 105 |
| Binary | 1111000 | 11001111 | 11101001 | 110000 | 1011 | 0 | 1001 | 11000010 | 1001000 | 1000101 |
Color Harmonies of #78CFE9
Complementary color
Monochromatic Colors of #78CFE9
Black with #78CFE9
Text Example
Text Example
White with #78CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFE9; }
p { color: rgb(120,207,233); }
H1.HeaderClassName
{
color: #78CFE9;
}
.AnyTagClassName
{
color: #78CFE9;
}
</style>
background-color css
<style>
a { background-color: #78CFE9; }
a { background-color: rgb(120,207,233); }
div.DivClassName
{
background-color: #78CFE9;
}
.BgClassName
{
background-color: #78CFE9;
}
</style>
border-color css
<style>
span { border-color: #78CFE9; }
span { border-color: rgb(120,207,233); }
td.TdClassName
{
border-color: #78CFE9;
}
.TagClassName
{
border-color: #78CFE9;
}
</style>