Html Css Color HEX #AEDAC5 Jet Stream

📋 copy color: '#AEDAC5'

red 174 ◦ green 218 ◦ blue 197

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

Shades of Jet Stream #AEDAC5

Tints of Jet Stream #AEDAC5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.01%

 BLUE value IS 197 (77.34% from 255) = 33.45%

R = 29.54%
G = 37.01%
B = 33.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#AEDAC5 (or 0xAEDAC5) is known color: Jet Stream. HEX triplet: AE, DA and C5. RGB value is (174,218,197). Sum of RGB (Red+Green+Blue) = 174+218+197=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAC5 is #51253A. Grayscale: #CACACA. Windows color (decimal): -5317947 or 12966574. OLE color: 12966574.

HSL color Cylindrical-coordinate representation of color #AEDAC5: hue angle of 151.36º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAC5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 197 -
CMYK 0.20 0 0.10 0.15
HSL 151.36º 0.37% 0.77% -
HSV(B) 151.36º 0.2% 0.85% -
XYZ 52.61 63.17 62.24 -
YUV 202.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 174 218 197 0.20 0 0.10 0.15 151.36 0.37 0.77
Hex AE DA C5 14 0 A F 97 25 4D
Octal 256 332 305 24 0 12 17 227 45 115
Binary 10101110 11011010 11000101 10100 0 1010 1111 10010111 100101 1001101

Color Harmonies of #AEDAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAC5

Black with #AEDAC5

Text Example


Text Example

White with #AEDAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAC5; }

 p { color: rgb(174,218,197); }

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

background-color css

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

 a { background-color: rgb(174,218,197); }

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

border-color css

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

 span { border-color: rgb(174,218,197); }

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