Html Css Color HEX #AED9C5 Jet Stream

📋 copy color: '#AED9C5'

red 174 ◦ green 217 ◦ blue 197

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

Shades of Jet Stream #AED9C5

Tints of Jet Stream #AED9C5

RGB

 RED value IS 174 (68.36% from 255) = 29.59%

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

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

R = 29.59%
G = 36.9%
B = 33.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#AED9C5 (or 0xAED9C5) is known color: Jet Stream. HEX triplet: AE, D9 and C5. RGB value is (174,217,197). Sum of RGB (Red+Green+Blue) = 174+217+197=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9C5 is #51263A. Grayscale: #C9C9C9. Windows color (decimal): -5318203 or 12966318. OLE color: 12966318.

HSL color Cylindrical-coordinate representation of color #AED9C5: hue angle of 152.09º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED9C5 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 197 -
CMYK 0.20 0 0.09 0.15
HSL 152.09º 0.36% 0.77% -
HSV(B) 152.09º 0.2% 0.85% -
XYZ 52.35 62.66 62.16 -
YUV 201.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 174 217 197 0.20 0 0.09 0.15 152.09 0.36 0.77
Hex AE D9 C5 14 0 9 F 98 24 4D
Octal 256 331 305 24 0 11 17 230 44 115
Binary 10101110 11011001 11000101 10100 0 1001 1111 10011000 100100 1001101

Color Harmonies of #AED9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9C5

Black with #AED9C5

Text Example


Text Example

White with #AED9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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