#AEDFDA

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

Shades of Scandal #AEDFDA

Tints of Scandal #AEDFDA

Color information

#AEDFDA (or 0xAEDFDA) is unknown color: approx Scandal. HEX triplet: AE, DF and DA. RGB value is (174,223,218). Sum of RGB (Red+Green+Blue) = 174+223+218=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFDA is #512025. Grayscale: #CFCFCF. Windows color (decimal): -5316646 or 14344110. OLE color: 14344110.

HSL color Cylindrical-coordinate representation of color #AEDFDA: hue angle of 173.88º degrees, saturation: 0.43, 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 #AEDFDA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB174223218-
CMYK0.2200.020.13
HSL173.88º43.36%77.84%-
HSV(B)173.88º21.97%87.45%-
XYZ56.566.8476.25-
YUV207.78133.77103.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 223 (87.5% from 255) = 36.26%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=28.29%
G=36.26%
B=35.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742232180.2200.020.13173.8843.3677.84
HexAEDFDA1602Dae2b4e
Octal25633733226021525653116
Binary101011101101111111011010101100101101101011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFDA; }

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

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

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

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

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

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

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

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