Shades of Spray #79CDD3
Tints of Spray #79CDD3
RGB
CMYK
RGB Variations
Color information
#79CDD3 (or 0x79CDD3) is known color: Spray. HEX triplet: 79, CD and D3. RGB value is (121,205,211). Sum of RGB (Red+Green+Blue) = 121+205+211=537 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.53% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #79CDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CDD3 is #86322C. Grayscale: #B4B4B4. Windows color (decimal): -8794669 or 13880697. OLE color: 13880697.
HSL color Cylindrical-coordinate representation of color #79CDD3: hue angle of 184º 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 #79CDD3 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 205 | 211 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.17 |
| HSL | 184º | 0.51% | 0.65% | - |
| HSV(B) | 184º | 0.43% | 0.83% | - |
| XYZ | 41.47 | 52.43 | 69.56 | - |
| YUV | 180.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 205 | 211 | 0.43 | 0.03 | 0 | 0.17 | 184 | 0.51 | 0.65 |
| Hex | 79 | CD | D3 | 2B | 3 | 0 | 11 | B8 | 33 | 41 |
| Octal | 171 | 315 | 323 | 53 | 3 | 0 | 21 | 270 | 63 | 101 |
| Binary | 1111001 | 11001101 | 11010011 | 101011 | 11 | 0 | 10001 | 10111000 | 110011 | 1000001 |
Color Harmonies of #79CDD3
Complementary color
Monochromatic Colors of #79CDD3
Black with #79CDD3
Text Example
Text Example
White with #79CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CDD3; }
p { color: rgb(121,205,211); }
H1.HeaderClassName
{
color: #79CDD3;
}
.AnyTagClassName
{
color: #79CDD3;
}
</style>
background-color css
<style>
a { background-color: #79CDD3; }
a { background-color: rgb(121,205,211); }
div.DivClassName
{
background-color: #79CDD3;
}
.BgClassName
{
background-color: #79CDD3;
}
</style>
border-color css
<style>
span { border-color: #79CDD3; }
span { border-color: rgb(121,205,211); }
td.TdClassName
{
border-color: #79CDD3;
}
.TagClassName
{
border-color: #79CDD3;
}
</style>