#AED9CC

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

Shades of Scandal #AED9CC

Tints of Scandal #AED9CC

Color information

#AED9CC (or 0xAED9CC) is unknown color: approx Scandal. HEX triplet: AE, D9 and CC. RGB value is (174,217,204). Sum of RGB (Red+Green+Blue) = 174+217+204=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9CC is #512633. Grayscale: #CACACA. Windows color (decimal): -5318196 or 13425070. OLE color: 13425070.

HSL color Cylindrical-coordinate representation of color #AED9CC: hue angle of 161.86º degrees, saturation: 0.36, 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 #AED9CC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB174217204-
CMYK0.2000.060.15
HSL161.86º36.13%76.67%-
HSV(B)161.86º19.82%85.1%-
XYZ53.1762.9866.48-
YUV202.66128.75107.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 217 (85.16% from 255) = 36.47%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=29.24%
G=36.47%
B=34.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742172040.2000.060.15161.8636.1376.67
HexAED9CC1406Fa2244d
Octal25633131424061724244115
Binary1010111011011001110011001010001101111101000101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9CC; }

 p { color: rgb(174,217,204); }

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

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

 a { background-color: rgb(174,217,204); }

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

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

 span { border-color: rgb(174,217,204); }

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