#aad9c2

Color #AAD9C2 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #AAD9C2

Tints of Jet Stream #AAD9C2

Color information

#AAD9C2 (or 0xAAD9C2) is unknown color: approx Jet Stream. HEX triplet: AA, D9 and C2. RGB value is (170,217,194). Sum of RGB (Red+Green+Blue) = 170+217+194=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9C2 is #55263D. Grayscale: #C8C8C8. Windows color (decimal): -5580350 or 12769706. OLE color: 12769706.

HSL color Cylindrical-coordinate representation of color #AAD9C2: hue angle of 150.64º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD9C2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB170217194-
CMYK0.2200.110.15
HSL150.64º38.21%75.88%-
HSV(B)150.64º21.66%85.1%-
XYZ51.1362.0760.32-
YUV200.32124.43106.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=29.26%
G=37.35%
B=33.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171940.2200.110.15150.6438.2175.88
HexAAD9C2160BF97264c
Octal252331302260131722746114
Binary10101010110110011100001010110010111111100101111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aad9c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aad9c2; }

 p { color: rgb(170,217,194); }

 H1.HeaderClassName
 {
   color: #aad9c2;
 }
 .AnyTagClassName
 {
   color: #aad9c2;
 }
</style>
background-color css

<style>
 a { background-color: #aad9c2; }

 a { background-color: rgb(170,217,194); }

 div.DivClassName
 {
   background-color: #aad9c2;
 }
 .BgClassName
 {
   background-color: #aad9c2;
 }
</style>
border-color css

<style>
 span { border-color: #aad9c2; }

 span { border-color: rgb(170,217,194); }

 td.TdClassName
 {
   border-color: #aad9c2;
 }
 .TagClassName
 {
   border-color: #aad9c2;
 }
</style>