Html Css Color HEX #AAD6C3 Jet Stream

📋 copy color: '#AAD6C3'

red 170 ◦ green 214 ◦ blue 195

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

Shades of Jet Stream #AAD6C3

Tints of Jet Stream #AAD6C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.68%

R = 29.36%
G = 36.96%
B = 33.68%

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

#AAD6C3 (or 0xAAD6C3) is known color: Jet Stream. HEX triplet: AA, D6 and C3. RGB value is (170,214,195). Sum of RGB (Red+Green+Blue) = 170+214+195=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6C3 is #55293C. Grayscale: #C6C6C6. Windows color (decimal): -5581117 or 12834474. OLE color: 12834474.

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

Color convert

RGB 170 214 195 -
CMYK 0.21 0 0.09 0.16
HSL 154.09º 0.35% 0.75% -
HSV(B) 154.09º 0.21% 0.84% -
XYZ 50.47 60.58 60.66 -
YUV 198.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 170 214 195 0.21 0 0.09 0.16 154.09 0.35 0.75
Hex AA D6 C3 15 0 9 10 9A 23 4B
Octal 252 326 303 25 0 11 20 232 43 113
Binary 10101010 11010110 11000011 10101 0 1001 10000 10011010 100011 1001011

Color Harmonies of #AAD6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6C3

Black with #AAD6C3

Text Example


Text Example

White with #AAD6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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