#AECEBF

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

Shades of Nebula #AECEBF

Tints of Nebula #AECEBF

Color information

#AECEBF (or 0xAECEBF) is unknown color: approx Nebula. HEX triplet: AE, CE and BF. RGB value is (174,206,191). Sum of RGB (Red+Green+Blue) = 174+206+191=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEBF is #513140. Grayscale: #C2C2C2. Windows color (decimal): -5321025 or 12570286. OLE color: 12570286.

HSL color Cylindrical-coordinate representation of color #AECEBF: hue angle of 151.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEBF is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB174206191-
CMYK0.1600.070.19
HSL151.88º24.62%74.51%-
HSV(B)151.88º15.53%80.78%-
XYZ48.9356.957.69-
YUV194.72125.9113.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 191 (75% from 255) = 33.45%
R=30.47%
G=36.08%
B=33.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061910.1600.070.19151.8824.6274.51
HexAECEBF10071398194b
Octal25631627720072323031113
Binary1010111011001110101111111000001111001110011000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEBF; }

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

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

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

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

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

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

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

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