Html Css Color HEX #AED8C7 Jet Stream

📋 copy color: '#AED8C7'

red 174 ◦ green 216 ◦ blue 199

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

Shades of Jet Stream #AED8C7

Tints of Jet Stream #AED8C7

RGB

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

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

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

R = 29.54%
G = 36.67%
B = 33.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#AED8C7 (or 0xAED8C7) is known color: Jet Stream. HEX triplet: AE, D8 and C7. RGB value is (174,216,199). Sum of RGB (Red+Green+Blue) = 174+216+199=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8C7 is #512738. Grayscale: #C9C9C9. Windows color (decimal): -5318457 or 13097134. OLE color: 13097134.

HSL color Cylindrical-coordinate representation of color #AED8C7: hue angle of 155.71º 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 #AED8C7 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 199 -
CMYK 0.19 0 0.08 0.15
HSL 155.71º 0.35% 0.76% -
HSV(B) 155.71º 0.19% 0.85% -
XYZ 52.32 62.23 63.29 -
YUV 201.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 174 216 199 0.19 0 0.08 0.15 155.71 0.35 0.76
Hex AE D8 C7 13 0 8 F 9C 23 4C
Octal 256 330 307 23 0 10 17 234 43 114
Binary 10101110 11011000 11000111 10011 0 1000 1111 10011100 100011 1001100

Color Harmonies of #AED8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8C7

Black with #AED8C7

Text Example


Text Example

White with #AED8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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