Shades of Spray #79CED3
Tints of Spray #79CED3
RGB
CMYK
RGB Variations
Color information
#79CED3 (or 0x79CED3) is known color: Spray. HEX triplet: 79, CE and D3. RGB value is (121,206,211). Sum of RGB (Red+Green+Blue) = 121+206+211=538 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.49% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #79CED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CED3 is #86312C. Grayscale: #B5B5B5. Windows color (decimal): -8794413 or 13880953. OLE color: 13880953.
HSL color Cylindrical-coordinate representation of color #79CED3: hue angle of 183.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79CED3 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 206 | 211 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.17 |
| HSL | 183.33º | 0.51% | 0.65% | - |
| HSV(B) | 183.33º | 0.43% | 0.83% | - |
| XYZ | 41.71 | 52.91 | 69.64 | - |
| YUV | 181.16 | 144.84 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 206 | 211 | 0.43 | 0.02 | 0 | 0.17 | 183.33 | 0.51 | 0.65 |
| Hex | 79 | CE | D3 | 2B | 2 | 0 | 11 | B7 | 33 | 41 |
| Octal | 171 | 316 | 323 | 53 | 2 | 0 | 21 | 267 | 63 | 101 |
| Binary | 1111001 | 11001110 | 11010011 | 101011 | 10 | 0 | 10001 | 10110111 | 110011 | 1000001 |
Color Harmonies of #79CED3
Complementary color
Monochromatic Colors of #79CED3
Black with #79CED3
Text Example
Text Example
White with #79CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CED3; }
p { color: rgb(121,206,211); }
H1.HeaderClassName
{
color: #79CED3;
}
.AnyTagClassName
{
color: #79CED3;
}
</style>
background-color css
<style>
a { background-color: #79CED3; }
a { background-color: rgb(121,206,211); }
div.DivClassName
{
background-color: #79CED3;
}
.BgClassName
{
background-color: #79CED3;
}
</style>
border-color css
<style>
span { border-color: #79CED3; }
span { border-color: rgb(121,206,211); }
td.TdClassName
{
border-color: #79CED3;
}
.TagClassName
{
border-color: #79CED3;
}
</style>