#AED3BB

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

Shades of Nebula #AED3BB

Tints of Nebula #AED3BB

Color information

#AED3BB (or 0xAED3BB) is unknown color: approx Nebula. HEX triplet: AE, D3 and BB. RGB value is (174,211,187). Sum of RGB (Red+Green+Blue) = 174+211+187=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3BB is #512C44. Grayscale: #C5C5C5. Windows color (decimal): -5319749 or 12309422. OLE color: 12309422.

HSL color Cylindrical-coordinate representation of color #AED3BB: hue angle of 141.08º 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 #AED3BB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB174211187-
CMYK0.1800.110.17
HSL141.08º29.6%75.49%-
HSV(B)141.08º17.54%82.75%-
XYZ49.7259.1855.82-
YUV197.2122.24111.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 211 (82.81% from 255) = 36.89%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=30.42%
G=36.89%
B=32.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742111870.1800.110.17141.0829.675.49
HexAED3BB120B118d1e4b
Octal256323273220132121536113
Binary10101110110100111011101110010010111000110001101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3BB; }

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

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

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

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

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

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

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

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