Html Css Color HEX #AEDCC5 Jet Stream

📋 copy color: '#AEDCC5'

red 174 ◦ green 220 ◦ blue 197

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

Shades of Jet Stream #AEDCC5

Tints of Jet Stream #AEDCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.23%

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

R = 29.44%
G = 37.23%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#AEDCC5 (or 0xAEDCC5) is known color: Jet Stream. HEX triplet: AE, DC and C5. RGB value is (174,220,197). Sum of RGB (Red+Green+Blue) = 174+220+197=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC5 is #51233A. Grayscale: #CBCBCB. Windows color (decimal): -5317435 or 12967086. OLE color: 12967086.

HSL color Cylindrical-coordinate representation of color #AEDCC5: hue angle of 150º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCC5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 197 -
CMYK 0.21 0 0.10 0.14
HSL 150º 0.4% 0.77% -
HSV(B) 150º 0.21% 0.86% -
XYZ 53.13 64.22 62.42 -
YUV 203.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 174 220 197 0.21 0 0.10 0.14 150 0.4 0.77
Hex AE DC C5 15 0 A E 96 28 4D
Octal 256 334 305 25 0 12 16 226 50 115
Binary 10101110 11011100 11000101 10101 0 1010 1110 10010110 101000 1001101

Color Harmonies of #AEDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCC5

Black with #AEDCC5

Text Example


Text Example

White with #AEDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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