#AEDECB

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

Shades of Cruise #AEDECB

Tints of Cruise #AEDECB

Color information

#AEDECB (or 0xAEDECB) is unknown color: approx Cruise. HEX triplet: AE, DE and CB. RGB value is (174,222,203). Sum of RGB (Red+Green+Blue) = 174+222+203=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDECB is #512134. Grayscale: #CDCDCD. Windows color (decimal): -5316917 or 13360814. OLE color: 13360814.

HSL color Cylindrical-coordinate representation of color #AEDECB: hue angle of 156.25º 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 #AEDECB is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB174222203-
CMYK0.2200.090.13
HSL156.25º42.11%77.65%-
HSV(B)156.25º21.62%87.06%-
XYZ54.3665.5566.29-
YUV205.48126.6105.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=29.05%
G=37.06%
B=33.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742222030.2200.090.13156.2542.1177.65
HexAEDECB1609D9c2a4e
Octal256336313260111523452116
Binary10101110110111101100101110110010011101100111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDECB; }

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

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

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

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

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

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

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

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