#AAD8C2

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

Shades of Jet Stream #AAD8C2

Tints of Jet Stream #AAD8C2

Color information

#AAD8C2 (or 0xAAD8C2) is unknown color: approx Jet Stream. HEX triplet: AA, D8 and C2. RGB value is (170,216,194). Sum of RGB (Red+Green+Blue) = 170+216+194=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8C2 is #55273D. Grayscale: #C7C7C7. Windows color (decimal): -5580606 or 12769450. OLE color: 12769450.

HSL color Cylindrical-coordinate representation of color #AAD8C2: hue angle of 151.3º 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 #AAD8C2 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB170216194-
CMYK0.2100.100.15
HSL151.3º37.1%75.69%-
HSV(B)151.3º21.3%84.71%-
XYZ50.8761.5560.24-
YUV199.74124.76106.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 216 (84.77% from 255) = 37.24%
BLUE value IS 194 (76.17% from 255) = 33.45%
R=29.31%
G=37.24%
B=33.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161940.2100.100.15151.337.175.69
HexAAD8C2150AF97254c
Octal252330302250121722745114
Binary10101010110110001100001010101010101111100101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8C2; }

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

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

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

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

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

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

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

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