Shades of Jet Stream #AAD2C3
Tints of Jet Stream #AAD2C3
RGB
CMYK
RGB Variations
Color information
#AAD2C3 (or 0xAAD2C3) is known color: Jet Stream. HEX triplet: AA, D2 and C3. RGB value is (170,210,195). Sum of RGB (Red+Green+Blue) = 170+210+195=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2C3 is #552D3C. Grayscale: #C4C4C4. Windows color (decimal): -5582141 or 12833450. OLE color: 12833450.
HSL color Cylindrical-coordinate representation of color #AAD2C3: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD2C3 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 195 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.18 |
| HSL | 157.5º | 0.31% | 0.75% | - |
| HSV(B) | 157.5º | 0.19% | 0.82% | - |
| XYZ | 49.47 | 58.58 | 60.33 | - |
| YUV | 196.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 195 | 0.19 | 0 | 0.07 | 0.18 | 157.5 | 0.31 | 0.75 |
| Hex | AA | D2 | C3 | 13 | 0 | 7 | 12 | 9E | 1F | 4B |
| Octal | 252 | 322 | 303 | 23 | 0 | 7 | 22 | 236 | 37 | 113 |
| Binary | 10101010 | 11010010 | 11000011 | 10011 | 0 | 111 | 10010 | 10011110 | 11111 | 1001011 |
Color Harmonies of #AAD2C3
Complementary color
Monochromatic Colors of #AAD2C3
Black with #AAD2C3
Text Example
Text Example
White with #AAD2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2C3; }
p { color: rgb(170,210,195); }
H1.HeaderClassName
{
color: #AAD2C3;
}
.AnyTagClassName
{
color: #AAD2C3;
}
</style>
background-color css
<style>
a { background-color: #AAD2C3; }
a { background-color: rgb(170,210,195); }
div.DivClassName
{
background-color: #AAD2C3;
}
.BgClassName
{
background-color: #AAD2C3;
}
</style>
border-color css
<style>
span { border-color: #AAD2C3; }
span { border-color: rgb(170,210,195); }
td.TdClassName
{
border-color: #AAD2C3;
}
.TagClassName
{
border-color: #AAD2C3;
}
</style>