#AFC3B6

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

Shades of Nebula #AFC3B6

Tints of Nebula #AFC3B6

Color information

#AFC3B6 (or 0xAFC3B6) is unknown color: approx Nebula. HEX triplet: AF, C3 and B6. RGB value is (175,195,182). Sum of RGB (Red+Green+Blue) = 175+195+182=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3B6 is #503C49. Grayscale: #BBBBBB. Windows color (decimal): -5258314 or 11977647. OLE color: 11977647.

HSL color Cylindrical-coordinate representation of color #AFC3B6: hue angle of 141º 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 #AFC3B6 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB175195182-
CMYK0.1000.070.24
HSL141º14.29%72.55%-
HSV(B)141º10.26%76.47%-
XYZ45.6451.5251.8-
YUV187.54124.87119.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=31.70%
G=35.33%
B=32.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951820.1000.070.2414114.2972.55
HexAFC3B6A07188de49
Octal25730326612073021516111
Binary10101111110000111011011010100111110001000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3B6; }

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

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

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

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

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

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

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

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