#AAD5C1

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

Shades of Jet Stream #AAD5C1

Tints of Jet Stream #AAD5C1

Color information

#AAD5C1 (or 0xAAD5C1) is unknown color: approx Jet Stream. HEX triplet: AA, D5 and C1. RGB value is (170,213,193). Sum of RGB (Red+Green+Blue) = 170+213+193=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5C1 is #552A3E. Grayscale: #C5C5C5. Windows color (decimal): -5581375 or 12703146. OLE color: 12703146.

HSL color Cylindrical-coordinate representation of color #AAD5C1: hue angle of 152.09º 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 #AAD5C1 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB170213193-
CMYK0.2000.090.16
HSL152.09º33.86%75.1%-
HSV(B)152.09º20.19%83.53%-
XYZ5059.9859.4-
YUV197.86125.25108.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 193 (75.78% from 255) = 33.51%
R=29.51%
G=36.98%
B=33.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131930.2000.090.16152.0933.8675.1
HexAAD5C114091098224b
Octal252325301240112023042113
Binary101010101101010111000001101000100110000100110001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5C1; }

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

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

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

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

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

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

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

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