#AEDACA

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

Shades of Cruise #AEDACA

Tints of Cruise #AEDACA

Color information

#AEDACA (or 0xAEDACA) is unknown color: approx Cruise. HEX triplet: AE, DA and CA. RGB value is (174,218,202). Sum of RGB (Red+Green+Blue) = 174+218+202=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDACA is #512535. Grayscale: #CBCBCB. Windows color (decimal): -5317942 or 13294254. OLE color: 13294254.

HSL color Cylindrical-coordinate representation of color #AEDACA: hue angle of 158.18º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDACA is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB174218202-
CMYK0.2000.070.15
HSL158.18º37.29%76.86%-
HSV(B)158.18º20.18%85.49%-
XYZ53.1963.4165.31-
YUV203.02127.42107.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=29.29%
G=36.70%
B=34.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742182020.2000.070.15158.1837.2976.86
HexAEDACA1407F9e254d
Octal25633231224071723645115
Binary1010111011011010110010101010001111111100111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDACA; }

 p { color: rgb(174,218,202); }

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

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

 a { background-color: rgb(174,218,202); }

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

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

 span { border-color: rgb(174,218,202); }

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