Html Css Color HEX #AEDAC4 Jet Stream

📋 copy color: '#AEDAC4'

red 174 ◦ green 218 ◦ blue 196

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

Shades of Jet Stream #AEDAC4

Tints of Jet Stream #AEDAC4

RGB

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

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

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

R = 29.59%
G = 37.07%
B = 33.33%

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

#AEDAC4 (or 0xAEDAC4) is known color: Jet Stream. HEX triplet: AE, DA and C4. RGB value is (174,218,196). Sum of RGB (Red+Green+Blue) = 174+218+196=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAC4 is #51253B. Grayscale: #CACACA. Windows color (decimal): -5317948 or 12901038. OLE color: 12901038.

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

Color convert

RGB 174 218 196 -
CMYK 0.20 0 0.10 0.15
HSL 150º 0.37% 0.77% -
HSV(B) 150º 0.2% 0.85% -
XYZ 52.49 63.13 61.64 -
YUV 202.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 174 218 196 0.20 0 0.10 0.15 150 0.37 0.77
Hex AE DA C4 14 0 A F 96 25 4D
Octal 256 332 304 24 0 12 17 226 45 115
Binary 10101110 11011010 11000100 10100 0 1010 1111 10010110 100101 1001101

Color Harmonies of #AEDAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAC4

Black with #AEDAC4

Text Example


Text Example

White with #AEDAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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