Html Css Color HEX #AEDCC6 Jet Stream

📋 copy color: '#AEDCC6'

red 174 ◦ green 220 ◦ blue 198

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

Shades of Jet Stream #AEDCC6

Tints of Jet Stream #AEDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.45%

R = 29.39%
G = 37.16%
B = 33.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#AEDCC6 (or 0xAEDCC6) is known color: Jet Stream. HEX triplet: AE, DC and C6. RGB value is (174,220,198). Sum of RGB (Red+Green+Blue) = 174+220+198=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC6 is #512339. Grayscale: #CBCBCB. Windows color (decimal): -5317434 or 13032622. OLE color: 13032622.

HSL color Cylindrical-coordinate representation of color #AEDCC6: hue angle of 151.3º 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 #AEDCC6 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 198 -
CMYK 0.21 0 0.1 0.14
HSL 151.3º 0.4% 0.77% -
HSV(B) 151.3º 0.21% 0.86% -
XYZ 53.24 64.26 63.02 -
YUV 203.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 174 220 198 0.21 0 0.1 0.14 151.3 0.4 0.77
Hex AE DC C6 15 0 A E 97 28 4D
Octal 256 334 306 25 0 12 16 227 50 115
Binary 10101110 11011100 11000110 10101 0 1010 1110 10010111 101000 1001101

Color Harmonies of #AEDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCC6

Black with #AEDCC6

Text Example


Text Example

White with #AEDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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