#AEDECD

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

Shades of Cruise #AEDECD

Tints of Cruise #AEDECD

Color information

#AEDECD (or 0xAEDECD) is unknown color: approx Cruise. HEX triplet: AE, DE and CD. RGB value is (174,222,205). Sum of RGB (Red+Green+Blue) = 174+222+205=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDECD is #512132. Grayscale: #CDCDCD. Windows color (decimal): -5316915 or 13491886. OLE color: 13491886.

HSL color Cylindrical-coordinate representation of color #AEDECD: hue angle of 158.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDECD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB174222205-
CMYK0.2200.080.13
HSL158.75º42.11%77.65%-
HSV(B)158.75º21.62%87.06%-
XYZ54.665.6567.55-
YUV205.71127.6105.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=28.95%
G=36.94%
B=34.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742222050.2200.080.13158.7542.1177.65
HexAEDECD1608D9f2a4e
Octal256336315260101523752116
Binary10101110110111101100110110110010001101100111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDECD; }

 p { color: rgb(174,222,205); }

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

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

 a { background-color: rgb(174,222,205); }

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

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

 span { border-color: rgb(174,222,205); }

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