Html Css Color HEX #AED2C5 Jet Stream

📋 copy color: '#AED2C5'

red 174 ◦ green 210 ◦ blue 197

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

Shades of Jet Stream #AED2C5

Tints of Jet Stream #AED2C5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.14%

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

R = 29.95%
G = 36.14%
B = 33.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#AED2C5 (or 0xAED2C5) is known color: Jet Stream. HEX triplet: AE, D2 and C5. RGB value is (174,210,197). Sum of RGB (Red+Green+Blue) = 174+210+197=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2C5 is #512D3A. Grayscale: #C5C5C5. Windows color (decimal): -5319995 or 12964526. OLE color: 12964526.

HSL color Cylindrical-coordinate representation of color #AED2C5: hue angle of 158.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED2C5 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 197 -
CMYK 0.17 0 0.06 0.18
HSL 158.33º 0.29% 0.75% -
HSV(B) 158.33º 0.17% 0.82% -
XYZ 50.58 59.12 61.57 -
YUV 197.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 174 210 197 0.17 0 0.06 0.18 158.33 0.29 0.75
Hex AE D2 C5 11 0 6 12 9E 1D 4B
Octal 256 322 305 21 0 6 22 236 35 113
Binary 10101110 11010010 11000101 10001 0 110 10010 10011110 11101 1001011

Color Harmonies of #AED2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2C5

Black with #AED2C5

Text Example


Text Example

White with #AED2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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