Shades of Spray #79CCE3
Tints of Spray #79CCE3
RGB
CMYK
RGB Variations
Color information
#79CCE3 (or 0x79CCE3) is known color: Spray. HEX triplet: 79, CC and E3. RGB value is (121,204,227). Sum of RGB (Red+Green+Blue) = 121+204+227=552 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.92% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 227 - color contains mainly: blue. Hex color #79CCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CCE3 is #86331C. Grayscale: #B5B5B5. Windows color (decimal): -8794909 or 14929017. OLE color: 14929017.
HSL color Cylindrical-coordinate representation of color #79CCE3: hue angle of 193.02º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79CCE3 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 204 | 227 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.11 |
| HSL | 193.02º | 0.65% | 0.68% | - |
| HSV(B) | 193.02º | 0.47% | 0.89% | - |
| XYZ | 43.34 | 52.8 | 80.58 | - |
| YUV | 181.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 204 | 227 | 0.47 | 0.10 | 0 | 0.11 | 193.02 | 0.65 | 0.68 |
| Hex | 79 | CC | E3 | 2F | A | 0 | B | C1 | 41 | 44 |
| Octal | 171 | 314 | 343 | 57 | 12 | 0 | 13 | 301 | 101 | 104 |
| Binary | 1111001 | 11001100 | 11100011 | 101111 | 1010 | 0 | 1011 | 11000001 | 1000001 | 1000100 |
Color Harmonies of #79CCE3
Complementary color
Monochromatic Colors of #79CCE3
Black with #79CCE3
Text Example
Text Example
White with #79CCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CCE3; }
p { color: rgb(121,204,227); }
H1.HeaderClassName
{
color: #79CCE3;
}
.AnyTagClassName
{
color: #79CCE3;
}
</style>
background-color css
<style>
a { background-color: #79CCE3; }
a { background-color: rgb(121,204,227); }
div.DivClassName
{
background-color: #79CCE3;
}
.BgClassName
{
background-color: #79CCE3;
}
</style>
border-color css
<style>
span { border-color: #79CCE3; }
span { border-color: rgb(121,204,227); }
td.TdClassName
{
border-color: #79CCE3;
}
.TagClassName
{
border-color: #79CCE3;
}
</style>