#AED8BF

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

Shades of Nebula #AED8BF

Tints of Nebula #AED8BF

Color information

#AED8BF (or 0xAED8BF) is unknown color: approx Nebula. HEX triplet: AE, D8 and BF. RGB value is (174,216,191). Sum of RGB (Red+Green+Blue) = 174+216+191=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8BF is #512740. Grayscale: #C8C8C8. Windows color (decimal): -5318465 or 12572846. OLE color: 12572846.

HSL color Cylindrical-coordinate representation of color #AED8BF: hue angle of 144.29º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED8BF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB174216191-
CMYK0.1900.120.15
HSL144.29º35%76.47%-
HSV(B)144.29º19.44%84.71%-
XYZ51.4261.8758.52-
YUV200.59122.59109.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 191 (75% from 255) = 32.87%
R=29.95%
G=37.18%
B=32.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161910.1900.120.15144.293576.47
HexAED8BF130CF90234c
Octal256330277230141722043114
Binary10101110110110001011111110011011001111100100001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8BF; }

 p { color: rgb(174,216,191); }

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

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

 a { background-color: rgb(174,216,191); }

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

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

 span { border-color: rgb(174,216,191); }

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