Html Css Color HEX #AAD6C5 Jet Stream

📋 copy color: '#AAD6C5'

red 170 ◦ green 214 ◦ blue 197

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

Shades of Jet Stream #AAD6C5

Tints of Jet Stream #AAD6C5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.83%

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

R = 29.26%
G = 36.83%
B = 33.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#AAD6C5 (or 0xAAD6C5) is known color: Jet Stream. HEX triplet: AA, D6 and C5. RGB value is (170,214,197). Sum of RGB (Red+Green+Blue) = 170+214+197=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6C5 is #55293A. Grayscale: #C6C6C6. Windows color (decimal): -5581115 or 12965546. OLE color: 12965546.

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

Color convert

RGB 170 214 197 -
CMYK 0.21 0 0.08 0.16
HSL 156.82º 0.35% 0.75% -
HSV(B) 156.82º 0.21% 0.84% -
XYZ 50.7 60.67 61.86 -
YUV 198.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 170 214 197 0.21 0 0.08 0.16 156.82 0.35 0.75
Hex AA D6 C5 15 0 8 10 9D 23 4B
Octal 252 326 305 25 0 10 20 235 43 113
Binary 10101010 11010110 11000101 10101 0 1000 10000 10011101 100011 1001011

Color Harmonies of #AAD6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6C5

Black with #AAD6C5

Text Example


Text Example

White with #AAD6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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