#AADECB

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

Shades of Cruise #AADECB

Tints of Cruise #AADECB

Color information

#AADECB (or 0xAADECB) is unknown color: approx Cruise. HEX triplet: AA, DE and CB. RGB value is (170,222,203). Sum of RGB (Red+Green+Blue) = 170+222+203=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #AADECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADECB is #552134. Grayscale: #CCCCCC. Windows color (decimal): -5579061 or 13360810. OLE color: 13360810.

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

Color convert

RGB170222203-
CMYK0.2300.090.13
HSL158.08º44.07%76.86%-
HSV(B)158.08º23.42%87.06%-
XYZ53.4865.166.25-
YUV204.29127.27103.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=28.57%
G=37.31%
B=34.12%

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
Decimal1702222030.2300.090.13158.0844.0776.86
HexAADECB1709D9e2c4d
Octal252336313270111523654115
Binary10101010110111101100101110111010011101100111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADECB; }

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

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

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

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

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

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

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

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