Shades of Jet Stream #ADD1C2
Tints of Jet Stream #ADD1C2
RGB
CMYK
RGB Variations
Color information
#ADD1C2 (or 0xADD1C2) is known color: Jet Stream. HEX triplet: AD, D1 and C2. RGB value is (173,209,194). Sum of RGB (Red+Green+Blue) = 173+209+194=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1C2 is #522E3D. Grayscale: #C4C4C4. Windows color (decimal): -5385790 or 12767661. OLE color: 12767661.
HSL color Cylindrical-coordinate representation of color #ADD1C2: hue angle of 155º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD1C2 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 194 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.18 |
| HSL | 155º | 0.28% | 0.75% | - |
| HSV(B) | 155º | 0.17% | 0.82% | - |
| XYZ | 49.77 | 58.38 | 59.68 | - |
| YUV | 196.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 194 | 0.17 | 0 | 0.07 | 0.18 | 155 | 0.28 | 0.75 |
| Hex | AD | D1 | C2 | 11 | 0 | 7 | 12 | 9B | 1C | 4B |
| Octal | 255 | 321 | 302 | 21 | 0 | 7 | 22 | 233 | 34 | 113 |
| Binary | 10101101 | 11010001 | 11000010 | 10001 | 0 | 111 | 10010 | 10011011 | 11100 | 1001011 |
Color Harmonies of #ADD1C2
Complementary color
Monochromatic Colors of #ADD1C2
Black with #ADD1C2
Text Example
Text Example
White with #ADD1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1C2; }
p { color: rgb(173,209,194); }
H1.HeaderClassName
{
color: #ADD1C2;
}
.AnyTagClassName
{
color: #ADD1C2;
}
</style>
background-color css
<style>
a { background-color: #ADD1C2; }
a { background-color: rgb(173,209,194); }
div.DivClassName
{
background-color: #ADD1C2;
}
.BgClassName
{
background-color: #ADD1C2;
}
</style>
border-color css
<style>
span { border-color: #ADD1C2; }
span { border-color: rgb(173,209,194); }
td.TdClassName
{
border-color: #ADD1C2;
}
.TagClassName
{
border-color: #ADD1C2;
}
</style>