#AEDDC7

Color #AEDDC7 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #AEDDC7

Tints of Jet Stream #AEDDC7

Color information

#AEDDC7 (or 0xAEDDC7) is unknown color: approx Jet Stream. HEX triplet: AE, DD and C7. RGB value is (174,221,199). Sum of RGB (Red+Green+Blue) = 174+221+199=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC7 is #512238. Grayscale: #CCCCCC. Windows color (decimal): -5317177 or 13098414. OLE color: 13098414.

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

Color convert

RGB174221199-
CMYK0.2100.100.13
HSL151.91º40.87%77.45%-
HSV(B)151.91º21.27%86.67%-
XYZ53.6264.8463.72-
YUV204.44124.93106.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=29.29%
G=37.21%
B=33.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211990.2100.100.13151.9140.8777.45
HexAEDDC7150AD98294d
Octal256335307250121523051115
Binary10101110110111011100011110101010101101100110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDC7; }

 p { color: rgb(174,221,199); }

 H1.HeaderClassName
 {
   color: #AEDDC7;
 }
 .AnyTagClassName
 {
   color: #AEDDC7;
 }
</style>
background-color css

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

 a { background-color: rgb(174,221,199); }

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

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

 span { border-color: rgb(174,221,199); }

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