#AAD8C3

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

Shades of Jet Stream #AAD8C3

Tints of Jet Stream #AAD8C3

Color information

#AAD8C3 (or 0xAAD8C3) is unknown color: approx Jet Stream. HEX triplet: AA, D8 and C3. RGB value is (170,216,195). Sum of RGB (Red+Green+Blue) = 170+216+195=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8C3 is #55273C. Grayscale: #C7C7C7. Windows color (decimal): -5580605 or 12834986. OLE color: 12834986.

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

Color convert

RGB170216195-
CMYK0.2100.100.15
HSL152.61º37.1%75.69%-
HSV(B)152.61º21.3%84.71%-
XYZ50.9861.660.83-
YUV199.85125.26106.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 195 (76.56% from 255) = 33.56%
R=29.26%
G=37.18%
B=33.56%

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
Decimal1702161950.2100.100.15152.6137.175.69
HexAAD8C3150AF99254c
Octal252330303250121723145114
Binary10101010110110001100001110101010101111100110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8C3; }

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

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

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

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

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

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

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

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