#AED1C4

Color #AED1C4 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #AED1C4

Tints of Jet Stream #AED1C4

Color information

#AED1C4 (or 0xAED1C4) is unknown color: approx Jet Stream. HEX triplet: AE, D1 and C4. RGB value is (174,209,196). Sum of RGB (Red+Green+Blue) = 174+209+196=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1C4 is #512E3B. Grayscale: #C5C5C5. Windows color (decimal): -5320252 or 12898734. OLE color: 12898734.

HSL color Cylindrical-coordinate representation of color #AED1C4: hue angle of 157.71º degrees, saturation: 0.28, 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 #AED1C4 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB174209196-
CMYK0.1700.060.18
HSL157.71º27.56%75.1%-
HSV(B)157.71º16.75%81.96%-
XYZ50.2258.5960.89-
YUV197.05127.4111.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 196 (76.95% from 255) = 33.85%
R=30.05%
G=36.10%
B=33.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091960.1700.060.18157.7127.5675.1
HexAED1C41106129e1c4b
Octal25632130421062223634113
Binary1010111011010001110001001000101101001010011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1C4; }

 p { color: rgb(174,209,196); }

 H1.HeaderClassName
 {
   color: #AED1C4;
 }
 .AnyTagClassName
 {
   color: #AED1C4;
 }
</style>
background-color css

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

 a { background-color: rgb(174,209,196); }

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

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

 span { border-color: rgb(174,209,196); }

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