Shades of Jet Stream #AADBC5
Tints of Jet Stream #AADBC5
RGB
CMYK
RGB Variations
Color information
#AADBC5 (or 0xAADBC5) is known color: Jet Stream. HEX triplet: AA, DB and C5. RGB value is (170,219,197). Sum of RGB (Red+Green+Blue) = 170+219+197=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBC5 is #55243A. Grayscale: #C9C9C9. Windows color (decimal): -5579835 or 12966826. OLE color: 12966826.
HSL color Cylindrical-coordinate representation of color #AADBC5: hue angle of 153.06º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADBC5 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 197 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.14 |
| HSL | 153.06º | 0.4% | 0.76% | - |
| HSV(B) | 153.06º | 0.22% | 0.86% | - |
| XYZ | 51.99 | 63.24 | 62.29 | - |
| YUV | 201.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 197 | 0.22 | 0 | 0.10 | 0.14 | 153.06 | 0.4 | 0.76 |
| Hex | AA | DB | C5 | 16 | 0 | A | E | 99 | 28 | 4C |
| Octal | 252 | 333 | 305 | 26 | 0 | 12 | 16 | 231 | 50 | 114 |
| Binary | 10101010 | 11011011 | 11000101 | 10110 | 0 | 1010 | 1110 | 10011001 | 101000 | 1001100 |
Color Harmonies of #AADBC5
Complementary color
Monochromatic Colors of #AADBC5
Black with #AADBC5
Text Example
Text Example
White with #AADBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBC5; }
p { color: rgb(170,219,197); }
H1.HeaderClassName
{
color: #AADBC5;
}
.AnyTagClassName
{
color: #AADBC5;
}
</style>
background-color css
<style>
a { background-color: #AADBC5; }
a { background-color: rgb(170,219,197); }
div.DivClassName
{
background-color: #AADBC5;
}
.BgClassName
{
background-color: #AADBC5;
}
</style>
border-color css
<style>
span { border-color: #AADBC5; }
span { border-color: rgb(170,219,197); }
td.TdClassName
{
border-color: #AADBC5;
}
.TagClassName
{
border-color: #AADBC5;
}
</style>