#AEDCC3

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

Shades of Nebula #AEDCC3

Tints of Nebula #AEDCC3

Color information

#AEDCC3 (or 0xAEDCC3) is unknown color: approx Nebula. HEX triplet: AE, DC and C3. RGB value is (174,220,195). Sum of RGB (Red+Green+Blue) = 174+220+195=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC3 is #51233C. Grayscale: #CBCBCB. Windows color (decimal): -5317437 or 12836014. OLE color: 12836014.

HSL color Cylindrical-coordinate representation of color #AEDCC3: hue angle of 147.39º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCC3 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB174220195-
CMYK0.2100.110.14
HSL147.39º39.66%77.25%-
HSV(B)147.39º20.91%86.27%-
XYZ52.964.1361.22-
YUV203.4123.26107.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 195 (76.56% from 255) = 33.11%
R=29.54%
G=37.35%
B=33.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201950.2100.110.14147.3939.6677.25
HexAEDCC3150BE93284d
Octal256334303250131622350115
Binary10101110110111001100001110101010111110100100111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCC3; }

 p { color: rgb(174,220,195); }

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

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

 a { background-color: rgb(174,220,195); }

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

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

 span { border-color: rgb(174,220,195); }

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