Shades of Jet Stream #ADD9C8
Tints of Jet Stream #ADD9C8
RGB
CMYK
RGB Variations
Color information
#ADD9C8 (or 0xADD9C8) is known color: Jet Stream. HEX triplet: AD, D9 and C8. RGB value is (173,217,200). Sum of RGB (Red+Green+Blue) = 173+217+200=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9C8 is #522637. Grayscale: #C9C9C9. Windows color (decimal): -5383736 or 13162925. OLE color: 13162925.
HSL color Cylindrical-coordinate representation of color #ADD9C8: hue angle of 156.82º 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 #ADD9C8 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 200 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.15 |
| HSL | 156.82º | 0.37% | 0.76% | - |
| HSV(B) | 156.82º | 0.2% | 0.85% | - |
| XYZ | 52.47 | 62.68 | 63.98 | - |
| YUV | 201.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 200 | 0.20 | 0 | 0.08 | 0.15 | 156.82 | 0.37 | 0.76 |
| Hex | AD | D9 | C8 | 14 | 0 | 8 | F | 9D | 25 | 4C |
| Octal | 255 | 331 | 310 | 24 | 0 | 10 | 17 | 235 | 45 | 114 |
| Binary | 10101101 | 11011001 | 11001000 | 10100 | 0 | 1000 | 1111 | 10011101 | 100101 | 1001100 |
Color Harmonies of #ADD9C8
Complementary color
Monochromatic Colors of #ADD9C8
Black with #ADD9C8
Text Example
Text Example
White with #ADD9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9C8; }
p { color: rgb(173,217,200); }
H1.HeaderClassName
{
color: #ADD9C8;
}
.AnyTagClassName
{
color: #ADD9C8;
}
</style>
background-color css
<style>
a { background-color: #ADD9C8; }
a { background-color: rgb(173,217,200); }
div.DivClassName
{
background-color: #ADD9C8;
}
.BgClassName
{
background-color: #ADD9C8;
}
</style>
border-color css
<style>
span { border-color: #ADD9C8; }
span { border-color: rgb(173,217,200); }
td.TdClassName
{
border-color: #ADD9C8;
}
.TagClassName
{
border-color: #ADD9C8;
}
</style>