#AEDECE

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

Shades of Cruise #AEDECE

Tints of Cruise #AEDECE

Color information

#AEDECE (or 0xAEDECE) is unknown color: approx Cruise. HEX triplet: AE, DE and CE. RGB value is (174,222,206). Sum of RGB (Red+Green+Blue) = 174+222+206=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDECE is #512131. Grayscale: #CDCDCD. Windows color (decimal): -5316914 or 13557422. OLE color: 13557422.

HSL color Cylindrical-coordinate representation of color #AEDECE: hue angle of 160º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDECE is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB174222206-
CMYK0.2200.070.13
HSL160º42.11%77.65%-
HSV(B)160º21.62%87.06%-
XYZ54.7265.768.19-
YUV205.82128.1105.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=28.90%
G=36.88%
B=34.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742222060.2200.070.1316042.1177.65
HexAEDECE1607Da02a4e
Octal25633631626071524052116
Binary1010111011011110110011101011001111101101000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDECE; }

 p { color: rgb(174,222,206); }

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

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

 a { background-color: rgb(174,222,206); }

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

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

 span { border-color: rgb(174,222,206); }

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