Shades of Spray #79CEDE
Tints of Spray #79CEDE
RGB
CMYK
RGB Variations
Color information
#79CEDE (or 0x79CEDE) is known color: Spray. HEX triplet: 79, CE and DE. RGB value is (121,206,222). Sum of RGB (Red+Green+Blue) = 121+206+222=549 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.04% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #79CEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CEDE is #863121. Grayscale: #B6B6B6. Windows color (decimal): -8794402 or 14601849. OLE color: 14601849.
HSL color Cylindrical-coordinate representation of color #79CEDE: hue angle of 189.5º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79CEDE is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 206 | 222 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.13 |
| HSL | 189.5º | 0.6% | 0.67% | - |
| HSV(B) | 189.5º | 0.45% | 0.87% | - |
| XYZ | 43.14 | 53.48 | 77.16 | - |
| YUV | 182.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 206 | 222 | 0.45 | 0.07 | 0 | 0.13 | 189.5 | 0.6 | 0.67 |
| Hex | 79 | CE | DE | 2D | 7 | 0 | D | BE | 3C | 43 |
| Octal | 171 | 316 | 336 | 55 | 7 | 0 | 15 | 276 | 74 | 103 |
| Binary | 1111001 | 11001110 | 11011110 | 101101 | 111 | 0 | 1101 | 10111110 | 111100 | 1000011 |
Color Harmonies of #79CEDE
Complementary color
Monochromatic Colors of #79CEDE
Black with #79CEDE
Text Example
Text Example
White with #79CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CEDE; }
p { color: rgb(121,206,222); }
H1.HeaderClassName
{
color: #79CEDE;
}
.AnyTagClassName
{
color: #79CEDE;
}
</style>
background-color css
<style>
a { background-color: #79CEDE; }
a { background-color: rgb(121,206,222); }
div.DivClassName
{
background-color: #79CEDE;
}
.BgClassName
{
background-color: #79CEDE;
}
</style>
border-color css
<style>
span { border-color: #79CEDE; }
span { border-color: rgb(121,206,222); }
td.TdClassName
{
border-color: #79CEDE;
}
.TagClassName
{
border-color: #79CEDE;
}
</style>