#AED1BB

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

Shades of Nebula #AED1BB

Tints of Nebula #AED1BB

Color information

#AED1BB (or 0xAED1BB) is unknown color: approx Nebula. HEX triplet: AE, D1 and BB. RGB value is (174,209,187). Sum of RGB (Red+Green+Blue) = 174+209+187=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1BB is #512E44. Grayscale: #C4C4C4. Windows color (decimal): -5320261 or 12308910. OLE color: 12308910.

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

Color convert

RGB174209187-
CMYK0.1700.110.18
HSL142.29º27.56%75.1%-
HSV(B)142.29º16.75%81.96%-
XYZ49.2358.1955.65-
YUV196.03122.9112.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 209 (82.03% from 255) = 36.67%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=30.53%
G=36.67%
B=32.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091870.1700.110.18142.2927.5675.1
HexAED1BB110B128e1c4b
Octal256321273210132221634113
Binary10101110110100011011101110001010111001010001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1BB; }

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

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

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

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

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

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

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

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