#AED5BF

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

Shades of Nebula #AED5BF

Tints of Nebula #AED5BF

Color information

#AED5BF (or 0xAED5BF) is unknown color: approx Nebula. HEX triplet: AE, D5 and BF. RGB value is (174,213,191). Sum of RGB (Red+Green+Blue) = 174+213+191=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5BF is #512A40. Grayscale: #C6C6C6. Windows color (decimal): -5319233 or 12572078. OLE color: 12572078.

HSL color Cylindrical-coordinate representation of color #AED5BF: hue angle of 146.15º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED5BF is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB174213191-
CMYK0.1800.100.16
HSL146.15º31.71%75.88%-
HSV(B)146.15º18.31%83.53%-
XYZ50.6560.3558.27-
YUV198.83123.58110.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 191 (75% from 255) = 33.04%
R=30.10%
G=36.85%
B=33.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131910.1800.100.16146.1531.7175.88
HexAED5BF120A1092204c
Octal256325277220122022240114
Binary101011101101010110111111100100101010000100100101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5BF; }

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

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

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

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

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

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

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

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