Html Css Color HEX #AAD6C2 Jet Stream

📋 copy color: '#AAD6C2'

red 170 ◦ green 214 ◦ blue 194

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

Shades of Jet Stream #AAD6C2

Tints of Jet Stream #AAD6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.56%

R = 29.41%
G = 37.02%
B = 33.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#AAD6C2 (or 0xAAD6C2) is known color: Jet Stream. HEX triplet: AA, D6 and C2. RGB value is (170,214,194). Sum of RGB (Red+Green+Blue) = 170+214+194=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6C2 is #55293D. Grayscale: #C6C6C6. Windows color (decimal): -5581118 or 12768938. OLE color: 12768938.

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

Color convert

RGB 170 214 194 -
CMYK 0.21 0 0.09 0.16
HSL 152.73º 0.35% 0.75% -
HSV(B) 152.73º 0.21% 0.84% -
XYZ 50.36 60.53 60.07 -
YUV 198.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 170 214 194 0.21 0 0.09 0.16 152.73 0.35 0.75
Hex AA D6 C2 15 0 9 10 99 23 4B
Octal 252 326 302 25 0 11 20 231 43 113
Binary 10101010 11010110 11000010 10101 0 1001 10000 10011001 100011 1001011

Color Harmonies of #AAD6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6C2

Black with #AAD6C2

Text Example


Text Example

White with #AAD6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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