Shades of Spray #79C5E6
Tints of Spray #79C5E6
RGB
CMYK
RGB Variations
Color information
#79C5E6 (or 0x79C5E6) is known color: Spray. HEX triplet: 79, C5 and E6. RGB value is (121,197,230). Sum of RGB (Red+Green+Blue) = 121+197+230=548 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.08% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #79C5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C5E6 is #863A19. Grayscale: #B1B1B1. Windows color (decimal): -8796698 or 15123833. OLE color: 15123833.
HSL color Cylindrical-coordinate representation of color #79C5E6: hue angle of 198.17º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79C5E6 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 197 | 230 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.10 |
| HSL | 198.17º | 0.69% | 0.69% | - |
| HSV(B) | 198.17º | 0.47% | 0.9% | - |
| XYZ | 42.13 | 49.71 | 82.24 | - |
| YUV | 178.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 230 | 0.47 | 0.14 | 0 | 0.10 | 198.17 | 0.69 | 0.69 |
| Hex | 79 | C5 | E6 | 2F | E | 0 | A | C6 | 45 | 45 |
| Octal | 171 | 305 | 346 | 57 | 16 | 0 | 12 | 306 | 105 | 105 |
| Binary | 1111001 | 11000101 | 11100110 | 101111 | 1110 | 0 | 1010 | 11000110 | 1000101 | 1000101 |
Color Harmonies of #79C5E6
Complementary color
Monochromatic Colors of #79C5E6
Black with #79C5E6
Text Example
Text Example
White with #79C5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C5E6; }
p { color: rgb(121,197,230); }
H1.HeaderClassName
{
color: #79C5E6;
}
.AnyTagClassName
{
color: #79C5E6;
}
</style>
background-color css
<style>
a { background-color: #79C5E6; }
a { background-color: rgb(121,197,230); }
div.DivClassName
{
background-color: #79C5E6;
}
.BgClassName
{
background-color: #79C5E6;
}
</style>
border-color css
<style>
span { border-color: #79C5E6; }
span { border-color: rgb(121,197,230); }
td.TdClassName
{
border-color: #79C5E6;
}
.TagClassName
{
border-color: #79C5E6;
}
</style>