Html Css Color HEX #AED1C2 Jet Stream

📋 copy color: '#AED1C2'

red 174 ◦ green 209 ◦ blue 194

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

Shades of Jet Stream #AED1C2

Tints of Jet Stream #AED1C2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.22%

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

R = 30.16%
G = 36.22%
B = 33.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#AED1C2 (or 0xAED1C2) is known color: Jet Stream. HEX triplet: AE, D1 and C2. RGB value is (174,209,194). Sum of RGB (Red+Green+Blue) = 174+209+194=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1C2 is #512E3D. Grayscale: #C4C4C4. Windows color (decimal): -5320254 or 12767662. OLE color: 12767662.

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

Color convert

RGB 174 209 194 -
CMYK 0.17 0 0.07 0.18
HSL 154.29º 0.28% 0.75% -
HSV(B) 154.29º 0.17% 0.82% -
XYZ 49.99 58.49 59.69 -
YUV 196.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 174 209 194 0.17 0 0.07 0.18 154.29 0.28 0.75
Hex AE D1 C2 11 0 7 12 9A 1C 4B
Octal 256 321 302 21 0 7 22 232 34 113
Binary 10101110 11010001 11000010 10001 0 111 10010 10011010 11100 1001011

Color Harmonies of #AED1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1C2

Black with #AED1C2

Text Example


Text Example

White with #AED1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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