Html Css Color HEX #AED1C7 Jet Stream

📋 copy color: '#AED1C7'

red 174 ◦ green 209 ◦ blue 199

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

Shades of Jet Stream #AED1C7

Tints of Jet Stream #AED1C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.19%

R = 29.9%
G = 35.91%
B = 34.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#AED1C7 (or 0xAED1C7) is known color: Jet Stream. HEX triplet: AE, D1 and C7. RGB value is (174,209,199). Sum of RGB (Red+Green+Blue) = 174+209+199=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1C7 is #512E38. Grayscale: #C5C5C5. Windows color (decimal): -5320249 or 13095342. OLE color: 13095342.

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

Color convert

RGB 174 209 199 -
CMYK 0.17 0 0.05 0.18
HSL 162.86º 0.28% 0.75% -
HSV(B) 162.86º 0.17% 0.82% -
XYZ 50.56 58.72 62.7 -
YUV 197.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 174 209 199 0.17 0 0.05 0.18 162.86 0.28 0.75
Hex AE D1 C7 11 0 5 12 A3 1C 4B
Octal 256 321 307 21 0 5 22 243 34 113
Binary 10101110 11010001 11000111 10001 0 101 10010 10100011 11100 1001011

Color Harmonies of #AED1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1C7

Black with #AED1C7

Text Example


Text Example

White with #AED1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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