#AFD8BF

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

Shades of Nebula #AFD8BF

Tints of Nebula #AFD8BF

Color information

#AFD8BF (or 0xAFD8BF) is unknown color: approx Nebula. HEX triplet: AF, D8 and BF. RGB value is (175,216,191). Sum of RGB (Red+Green+Blue) = 175+216+191=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8BF is #502740. Grayscale: #C8C8C8. Windows color (decimal): -5252929 or 12572847. OLE color: 12572847.

HSL color Cylindrical-coordinate representation of color #AFD8BF: hue angle of 143.41º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8BF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB175216191-
CMYK0.1900.120.15
HSL143.41º34.45%76.67%-
HSV(B)143.41º18.98%84.71%-
XYZ51.6461.9958.53-
YUV200.89122.42109.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 216 (84.77% from 255) = 37.11%
BLUE value IS 191 (75% from 255) = 32.82%
R=30.07%
G=37.11%
B=32.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161910.1900.120.15143.4134.4576.67
HexAFD8BF130CF8f224d
Octal257330277230141721742115
Binary10101111110110001011111110011011001111100011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8BF; }

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

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

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

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

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

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

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

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