#AAD5C5

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

Shades of Jet Stream #AAD5C5

Tints of Jet Stream #AAD5C5

Color information

#AAD5C5 (or 0xAAD5C5) is unknown color: approx Jet Stream. HEX triplet: AA, D5 and C5. RGB value is (170,213,197). Sum of RGB (Red+Green+Blue) = 170+213+197=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5C5 is #552A3A. Grayscale: #C6C6C6. Windows color (decimal): -5581371 or 12965290. OLE color: 12965290.

HSL color Cylindrical-coordinate representation of color #AAD5C5: hue angle of 157.67º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5C5 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB170213197-
CMYK0.2000.080.16
HSL157.67º33.86%75.1%-
HSV(B)157.67º20.19%83.53%-
XYZ50.4560.1761.78-
YUV198.32127.25107.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 213 (83.59% from 255) = 36.72%
BLUE value IS 197 (77.34% from 255) = 33.97%
R=29.31%
G=36.72%
B=33.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131970.2000.080.16157.6733.8675.1
HexAAD5C51408109e224b
Octal252325305240102023642113
Binary101010101101010111000101101000100010000100111101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5C5; }

 p { color: rgb(170,213,197); }

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

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

 a { background-color: rgb(170,213,197); }

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

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

 span { border-color: rgb(170,213,197); }

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