Shades of Jet Stream #ADD9C9
Tints of Jet Stream #ADD9C9
RGB
CMYK
RGB Variations
Color information
#ADD9C9 (or 0xADD9C9) is known color: Jet Stream. HEX triplet: AD, D9 and C9. RGB value is (173,217,201). Sum of RGB (Red+Green+Blue) = 173+217+201=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9C9 is #522636. Grayscale: #CACACA. Windows color (decimal): -5383735 or 13228461. OLE color: 13228461.
HSL color Cylindrical-coordinate representation of color #ADD9C9: hue angle of 158.18º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD9C9 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 201 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.15 |
| HSL | 158.18º | 0.37% | 0.76% | - |
| HSV(B) | 158.18º | 0.2% | 0.85% | - |
| XYZ | 52.59 | 62.73 | 64.59 | - |
| YUV | 202.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 201 | 0.20 | 0 | 0.07 | 0.15 | 158.18 | 0.37 | 0.76 |
| Hex | AD | D9 | C9 | 14 | 0 | 7 | F | 9E | 25 | 4C |
| Octal | 255 | 331 | 311 | 24 | 0 | 7 | 17 | 236 | 45 | 114 |
| Binary | 10101101 | 11011001 | 11001001 | 10100 | 0 | 111 | 1111 | 10011110 | 100101 | 1001100 |
Color Harmonies of #ADD9C9
Complementary color
Monochromatic Colors of #ADD9C9
Black with #ADD9C9
Text Example
Text Example
White with #ADD9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9C9; }
p { color: rgb(173,217,201); }
H1.HeaderClassName
{
color: #ADD9C9;
}
.AnyTagClassName
{
color: #ADD9C9;
}
</style>
background-color css
<style>
a { background-color: #ADD9C9; }
a { background-color: rgb(173,217,201); }
div.DivClassName
{
background-color: #ADD9C9;
}
.BgClassName
{
background-color: #ADD9C9;
}
</style>
border-color css
<style>
span { border-color: #ADD9C9; }
span { border-color: rgb(173,217,201); }
td.TdClassName
{
border-color: #ADD9C9;
}
.TagClassName
{
border-color: #ADD9C9;
}
</style>