#AADEC9

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

Shades of Cruise #AADEC9

Tints of Cruise #AADEC9

Color information

#AADEC9 (or 0xAADEC9) is unknown color: approx Cruise. HEX triplet: AA, DE and C9. RGB value is (170,222,201). Sum of RGB (Red+Green+Blue) = 170+222+201=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC9 is #552136. Grayscale: #CCCCCC. Windows color (decimal): -5579063 or 13229738. OLE color: 13229738.

HSL color Cylindrical-coordinate representation of color #AADEC9: hue angle of 155.77º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEC9 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB170222201-
CMYK0.2300.090.13
HSL155.77º44.07%76.86%-
HSV(B)155.77º23.42%87.06%-
XYZ53.2465.0165-
YUV204.06126.27103.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 201 (78.91% from 255) = 33.90%
R=28.67%
G=37.44%
B=33.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702222010.2300.090.13155.7744.0776.86
HexAADEC91709D9c2c4d
Octal252336311270111523454115
Binary10101010110111101100100110111010011101100111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEC9; }

 p { color: rgb(170,222,201); }

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

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

 a { background-color: rgb(170,222,201); }

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

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

 span { border-color: rgb(170,222,201); }

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