#AFC8B9

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

Shades of Nebula #AFC8B9

Tints of Nebula #AFC8B9

Color information

#AFC8B9 (or 0xAFC8B9) is unknown color: approx Nebula. HEX triplet: AF, C8 and B9. RGB value is (175,200,185). Sum of RGB (Red+Green+Blue) = 175+200+185=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8B9 is #503746. Grayscale: #BEBEBE. Windows color (decimal): -5257031 or 12175535. OLE color: 12175535.

HSL color Cylindrical-coordinate representation of color #AFC8B9: hue angle of 144º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8B9 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB175200185-
CMYK0.1200.080.22
HSL144º18.52%73.53%-
HSV(B)144º12.5%78.43%-
XYZ47.0953.9353.83-
YUV190.82124.72116.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 200 (78.52% from 255) = 35.71%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=31.25%
G=35.71%
B=33.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001850.1200.080.2214418.5273.53
HexAFC8B9C081690134a
Octal257310271140102622023112
Binary1010111111001000101110011100010001011010010000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8B9; }

 p { color: rgb(175,200,185); }

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

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

 a { background-color: rgb(175,200,185); }

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

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

 span { border-color: rgb(175,200,185); }

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