Html Css Color HEX #AED8C9 Jet Stream

📋 copy color: '#AED8C9'

red 174 ◦ green 216 ◦ blue 201

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

Shades of Jet Stream #AED8C9

Tints of Jet Stream #AED8C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.01%

R = 29.44%
G = 36.55%
B = 34.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#AED8C9 (or 0xAED8C9) is known color: Jet Stream. HEX triplet: AE, D8 and C9. RGB value is (174,216,201). Sum of RGB (Red+Green+Blue) = 174+216+201=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8C9 is #512736. Grayscale: #C9C9C9. Windows color (decimal): -5318455 or 13228206. OLE color: 13228206.

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

Color convert

RGB 174 216 201 -
CMYK 0.19 0 0.07 0.15
HSL 158.57º 0.35% 0.76% -
HSV(B) 158.57º 0.19% 0.85% -
XYZ 52.55 62.33 64.52 -
YUV 201.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 174 216 201 0.19 0 0.07 0.15 158.57 0.35 0.76
Hex AE D8 C9 13 0 7 F 9F 23 4C
Octal 256 330 311 23 0 7 17 237 43 114
Binary 10101110 11011000 11001001 10011 0 111 1111 10011111 100011 1001100

Color Harmonies of #AED8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8C9

Black with #AED8C9

Text Example


Text Example

White with #AED8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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