Shades of Jet Stream #AAD7C6
Tints of Jet Stream #AAD7C6
RGB
CMYK
RGB Variations
Color information
#AAD7C6 (or 0xAAD7C6) is known color: Jet Stream. HEX triplet: AA, D7 and C6. RGB value is (170,215,198). Sum of RGB (Red+Green+Blue) = 170+215+198=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7C6 is #552839. Grayscale: #C7C7C7. Windows color (decimal): -5580858 or 13031338. OLE color: 13031338.
HSL color Cylindrical-coordinate representation of color #AAD7C6: hue angle of 157.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD7C6 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 198 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.16 |
| HSL | 157.33º | 0.36% | 0.75% | - |
| HSV(B) | 157.33º | 0.21% | 0.84% | - |
| XYZ | 51.07 | 61.22 | 62.55 | - |
| YUV | 199.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 198 | 0.21 | 0 | 0.08 | 0.16 | 157.33 | 0.36 | 0.75 |
| Hex | AA | D7 | C6 | 15 | 0 | 8 | 10 | 9D | 24 | 4B |
| Octal | 252 | 327 | 306 | 25 | 0 | 10 | 20 | 235 | 44 | 113 |
| Binary | 10101010 | 11010111 | 11000110 | 10101 | 0 | 1000 | 10000 | 10011101 | 100100 | 1001011 |
Color Harmonies of #AAD7C6
Complementary color
Monochromatic Colors of #AAD7C6
Black with #AAD7C6
Text Example
Text Example
White with #AAD7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD7C6; }
p { color: rgb(170,215,198); }
H1.HeaderClassName
{
color: #AAD7C6;
}
.AnyTagClassName
{
color: #AAD7C6;
}
</style>
background-color css
<style>
a { background-color: #AAD7C6; }
a { background-color: rgb(170,215,198); }
div.DivClassName
{
background-color: #AAD7C6;
}
.BgClassName
{
background-color: #AAD7C6;
}
</style>
border-color css
<style>
span { border-color: #AAD7C6; }
span { border-color: rgb(170,215,198); }
td.TdClassName
{
border-color: #AAD7C6;
}
.TagClassName
{
border-color: #AAD7C6;
}
</style>