#AEDDC9

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

Shades of Cruise #AEDDC9

Tints of Cruise #AEDDC9

Color information

#AEDDC9 (or 0xAEDDC9) is unknown color: approx Cruise. HEX triplet: AE, DD and C9. RGB value is (174,221,201). Sum of RGB (Red+Green+Blue) = 174+221+201=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC9 is #512236. Grayscale: #CCCCCC. Windows color (decimal): -5317175 or 13229486. OLE color: 13229486.

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

Color convert

RGB174221201-
CMYK0.2100.090.13
HSL154.47º40.87%77.45%-
HSV(B)154.47º21.27%86.67%-
XYZ53.8564.9364.95-
YUV204.67125.93106.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.19%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=29.19%
G=37.08%
B=33.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212010.2100.090.13154.4740.8777.45
HexAEDDC91509D9a294d
Octal256335311250111523251115
Binary10101110110111011100100110101010011101100110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDC9; }

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

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

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

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

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

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

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

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