#AFC7B9

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

Shades of Nebula #AFC7B9

Tints of Nebula #AFC7B9

Color information

#AFC7B9 (or 0xAFC7B9) is unknown color: approx Nebula. HEX triplet: AF, C7 and B9. RGB value is (175,199,185). Sum of RGB (Red+Green+Blue) = 175+199+185=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7B9 is #503846. Grayscale: #BEBEBE. Windows color (decimal): -5257287 or 12175279. OLE color: 12175279.

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

Color convert

RGB175199185-
CMYK0.1200.070.22
HSL145º17.65%73.33%-
HSV(B)145º12.06%78.04%-
XYZ46.8653.4653.75-
YUV190.23125.05117.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=31.31%
G=35.60%
B=33.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751991850.1200.070.2214517.6573.33
HexAFC7B9C0716911249
Octal25730727114072622122111
Binary101011111100011110111001110001111011010010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7B9; }

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

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

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

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

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

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

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

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