#AEDDCC

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

Shades of Cruise #AEDDCC

Tints of Cruise #AEDDCC

Color information

#AEDDCC (or 0xAEDDCC) is unknown color: approx Cruise. HEX triplet: AE, DD and CC. RGB value is (174,221,204). Sum of RGB (Red+Green+Blue) = 174+221+204=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDCC is #512233. Grayscale: #CDCDCD. Windows color (decimal): -5317172 or 13426094. OLE color: 13426094.

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

Color convert

RGB174221204-
CMYK0.2100.080.13
HSL158.3º40.87%77.45%-
HSV(B)158.3º21.27%86.67%-
XYZ54.2165.0766.83-
YUV205.01127.43105.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=29.05%
G=36.89%
B=34.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212040.2100.080.13158.340.8777.45
HexAEDDCC1508D9e294d
Octal256335314250101523651115
Binary10101110110111011100110010101010001101100111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDCC; }

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

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

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

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

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

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

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

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