Html Css Color HEX #AAD9C5 Jet Stream

📋 copy color: '#AAD9C5'

red 170 ◦ green 217 ◦ blue 197

#AAD9C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #AAD9C5

Tints of Jet Stream #AAD9C5

RGB

 RED value IS 170 (66.8% from 255) = 29.11%

 GREEN value IS 217 (85.16% from 255) = 37.16%

 BLUE value IS 197 (77.34% from 255) = 33.73%

R = 29.11%
G = 37.16%
B = 33.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#AAD9C5 (or 0xAAD9C5) is known color: Jet Stream. HEX triplet: AA, D9 and C5. RGB value is (170,217,197). Sum of RGB (Red+Green+Blue) = 170+217+197=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9C5 is #55263A. Grayscale: #C8C8C8. Windows color (decimal): -5580347 or 12966314. OLE color: 12966314.

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

Color convert

RGB 170 217 197 -
CMYK 0.22 0 0.09 0.15
HSL 154.47º 0.38% 0.76% -
HSV(B) 154.47º 0.22% 0.85% -
XYZ 51.47 62.2 62.12 -
YUV 200.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 170 217 197 0.22 0 0.09 0.15 154.47 0.38 0.76
Hex AA D9 C5 16 0 9 F 9A 26 4C
Octal 252 331 305 26 0 11 17 232 46 114
Binary 10101010 11011001 11000101 10110 0 1001 1111 10011010 100110 1001100

Color Harmonies of #AAD9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9C5

Black with #AAD9C5

Text Example


Text Example

White with #AAD9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9C5; }

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

 H1.HeaderClassName
 {
   color: #AAD9C5;
 }
 .AnyTagClassName
 {
   color: #AAD9C5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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