#AFD7BF

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

Shades of Nebula #AFD7BF

Tints of Nebula #AFD7BF

Color information

#AFD7BF (or 0xAFD7BF) is unknown color: approx Nebula. HEX triplet: AF, D7 and BF. RGB value is (175,215,191). Sum of RGB (Red+Green+Blue) = 175+215+191=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD7BF is #502840. Grayscale: #C8C8C8. Windows color (decimal): -5253185 or 12572591. OLE color: 12572591.

HSL color Cylindrical-coordinate representation of color #AFD7BF: hue angle of 144º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD7BF is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB175215191-
CMYK0.1900.110.16
HSL144º33.33%76.47%-
HSV(B)144º18.6%84.31%-
XYZ51.3861.4858.45-
YUV200.3122.75109.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 191 (75% from 255) = 32.87%
R=30.12%
G=37.01%
B=32.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151910.1900.110.1614433.3376.47
HexAFD7BF130B1090214c
Octal257327277230132022041114
Binary101011111101011110111111100110101110000100100001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7BF; }

 p { color: rgb(175,215,191); }

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

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

 a { background-color: rgb(175,215,191); }

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

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

 span { border-color: rgb(175,215,191); }

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