Html Css Color HEX #AED8C4 Jet Stream

📋 copy color: '#AED8C4'

red 174 ◦ green 216 ◦ blue 196

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

Shades of Jet Stream #AED8C4

Tints of Jet Stream #AED8C4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.86%

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

R = 29.69%
G = 36.86%
B = 33.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#AED8C4 (or 0xAED8C4) is known color: Jet Stream. HEX triplet: AE, D8 and C4. RGB value is (174,216,196). Sum of RGB (Red+Green+Blue) = 174+216+196=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8C4 is #51273B. Grayscale: #C9C9C9. Windows color (decimal): -5318460 or 12900526. OLE color: 12900526.

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

Color convert

RGB 174 216 196 -
CMYK 0.19 0 0.09 0.15
HSL 151.43º 0.35% 0.76% -
HSV(B) 151.43º 0.19% 0.85% -
XYZ 51.98 62.1 61.47 -
YUV 201.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 174 216 196 0.19 0 0.09 0.15 151.43 0.35 0.76
Hex AE D8 C4 13 0 9 F 97 23 4C
Octal 256 330 304 23 0 11 17 227 43 114
Binary 10101110 11011000 11000100 10011 0 1001 1111 10010111 100011 1001100

Color Harmonies of #AED8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8C4

Black with #AED8C4

Text Example


Text Example

White with #AED8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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