Shades of Jet Stream #AAD8C4
Tints of Jet Stream #AAD8C4
RGB
CMYK
RGB Variations
Color information
#AAD8C4 (or 0xAAD8C4) is known color: Jet Stream. HEX triplet: AA, D8 and C4. RGB value is (170,216,196). Sum of RGB (Red+Green+Blue) = 170+216+196=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8C4 is #55273B. Grayscale: #C8C8C8. Windows color (decimal): -5580604 or 12900522. OLE color: 12900522.
HSL color Cylindrical-coordinate representation of color #AAD8C4: hue angle of 153.91º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8C4 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 196 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.15 |
| HSL | 153.91º | 0.37% | 0.76% | - |
| HSV(B) | 153.91º | 0.21% | 0.85% | - |
| XYZ | 51.1 | 61.64 | 61.43 | - |
| YUV | 199.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 196 | 0.21 | 0 | 0.09 | 0.15 | 153.91 | 0.37 | 0.76 |
| Hex | AA | D8 | C4 | 15 | 0 | 9 | F | 9A | 25 | 4C |
| Octal | 252 | 330 | 304 | 25 | 0 | 11 | 17 | 232 | 45 | 114 |
| Binary | 10101010 | 11011000 | 11000100 | 10101 | 0 | 1001 | 1111 | 10011010 | 100101 | 1001100 |
Color Harmonies of #AAD8C4
Complementary color
Monochromatic Colors of #AAD8C4
Black with #AAD8C4
Text Example
Text Example
White with #AAD8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8C4; }
p { color: rgb(170,216,196); }
H1.HeaderClassName
{
color: #AAD8C4;
}
.AnyTagClassName
{
color: #AAD8C4;
}
</style>
background-color css
<style>
a { background-color: #AAD8C4; }
a { background-color: rgb(170,216,196); }
div.DivClassName
{
background-color: #AAD8C4;
}
.BgClassName
{
background-color: #AAD8C4;
}
</style>
border-color css
<style>
span { border-color: #AAD8C4; }
span { border-color: rgb(170,216,196); }
td.TdClassName
{
border-color: #AAD8C4;
}
.TagClassName
{
border-color: #AAD8C4;
}
</style>