#AFC3B7

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

Shades of Nebula #AFC3B7

Tints of Nebula #AFC3B7

Color information

#AFC3B7 (or 0xAFC3B7) is unknown color: approx Nebula. HEX triplet: AF, C3 and B7. RGB value is (175,195,183). Sum of RGB (Red+Green+Blue) = 175+195+183=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3B7 is #503C48. Grayscale: #BBBBBB. Windows color (decimal): -5258313 or 12043183. OLE color: 12043183.

HSL color Cylindrical-coordinate representation of color #AFC3B7: hue angle of 144º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC3B7 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB175195183-
CMYK0.1000.060.24
HSL144º14.29%72.55%-
HSV(B)144º10.26%76.47%-
XYZ45.7451.5652.34-
YUV187.65125.37118.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=31.65%
G=35.26%
B=33.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951830.1000.060.2414414.2972.55
HexAFC3B7A061890e49
Octal25730326712063022016111
Binary10101111110000111011011110100110110001001000011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3B7; }

 p { color: rgb(175,195,183); }

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

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

 a { background-color: rgb(175,195,183); }

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

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

 span { border-color: rgb(175,195,183); }

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