#AEDCC9

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

Shades of Cruise #AEDCC9

Tints of Cruise #AEDCC9

Color information

#AEDCC9 (or 0xAEDCC9) is unknown color: approx Cruise. HEX triplet: AE, DC and C9. RGB value is (174,220,201). Sum of RGB (Red+Green+Blue) = 174+220+201=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC9 is #512336. Grayscale: #CCCCCC. Windows color (decimal): -5317431 or 13229230. OLE color: 13229230.

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

Color convert

RGB174220201-
CMYK0.2100.090.14
HSL155.22º39.66%77.25%-
HSV(B)155.22º20.91%86.27%-
XYZ53.5964.464.86-
YUV204.08126.26106.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 201 (78.91% from 255) = 33.78%
R=29.24%
G=36.97%
B=33.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742202010.2100.090.14155.2239.6677.25
HexAEDCC91509E9b284d
Octal256334311250111623350115
Binary10101110110111001100100110101010011110100110111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCC9; }

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

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

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

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

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

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

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

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