Html Css Color HEX #AED7C4 Jet Stream

📋 copy color: '#AED7C4'

red 174 ◦ green 215 ◦ blue 196

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

Shades of Jet Stream #AED7C4

Tints of Jet Stream #AED7C4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.75%

 BLUE value IS 196 (76.95% from 255) = 33.5%

R = 29.74%
G = 36.75%
B = 33.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#AED7C4 (or 0xAED7C4) is known color: Jet Stream. HEX triplet: AE, D7 and C4. RGB value is (174,215,196). Sum of RGB (Red+Green+Blue) = 174+215+196=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7C4 is #51283B. Grayscale: #C8C8C8. Windows color (decimal): -5318716 or 12900270. OLE color: 12900270.

HSL color Cylindrical-coordinate representation of color #AED7C4: hue angle of 152.2º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED7C4 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 196 -
CMYK 0.19 0 0.09 0.16
HSL 152.2º 0.34% 0.76% -
HSV(B) 152.2º 0.19% 0.84% -
XYZ 51.72 61.59 61.39 -
YUV 200.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 174 215 196 0.19 0 0.09 0.16 152.2 0.34 0.76
Hex AE D7 C4 13 0 9 10 98 22 4C
Octal 256 327 304 23 0 11 20 230 42 114
Binary 10101110 11010111 11000100 10011 0 1001 10000 10011000 100010 1001100

Color Harmonies of #AED7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7C4

Black with #AED7C4

Text Example


Text Example

White with #AED7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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