#AFCEBA

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

Shades of Nebula #AFCEBA

Tints of Nebula #AFCEBA

Color information

#AFCEBA (or 0xAFCEBA) is unknown color: approx Nebula. HEX triplet: AF, CE and BA. RGB value is (175,206,186). Sum of RGB (Red+Green+Blue) = 175+206+186=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEBA is #503145. Grayscale: #C2C2C2. Windows color (decimal): -5255494 or 12242607. OLE color: 12242607.

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

Color convert

RGB175206186-
CMYK0.1500.100.19
HSL141.29º24.03%74.71%-
HSV(B)141.29º15.05%80.78%-
XYZ48.6156.854.86-
YUV194.45123.23114.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=30.86%
G=36.33%
B=32.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061860.1500.100.19141.2924.0374.71
HexAFCEBAF0A138d184b
Octal257316272170122321530113
Binary1010111111001110101110101111010101001110001101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEBA; }

 p { color: rgb(175,206,186); }

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

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

 a { background-color: rgb(175,206,186); }

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

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

 span { border-color: rgb(175,206,186); }

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