#AED3BF

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

Shades of Nebula #AED3BF

Tints of Nebula #AED3BF

Color information

#AED3BF (or 0xAED3BF) is unknown color: approx Nebula. HEX triplet: AE, D3 and BF. RGB value is (174,211,191). Sum of RGB (Red+Green+Blue) = 174+211+191=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3BF is #512C40. Grayscale: #C5C5C5. Windows color (decimal): -5319745 or 12571566. OLE color: 12571566.

HSL color Cylindrical-coordinate representation of color #AED3BF: hue angle of 147.57º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED3BF is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB174211191-
CMYK0.1800.090.17
HSL147.57º29.6%75.49%-
HSV(B)147.57º17.54%82.75%-
XYZ50.1559.3558.1-
YUV197.66124.24111.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 211 (82.81% from 255) = 36.63%
BLUE value IS 191 (75% from 255) = 33.16%
R=30.21%
G=36.63%
B=33.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742111910.1800.090.17147.5729.675.49
HexAED3BF120911941e4b
Octal256323277220112122436113
Binary10101110110100111011111110010010011000110010100111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3BF; }

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

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

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

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

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

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

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

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