#9FBDAF

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

Shades of Skeptic #9FBDAF

Tints of Skeptic #9FBDAF

Color information

#9FBDAF (or 0x9FBDAF) is unknown color: approx Skeptic. HEX triplet: 9F, BD and AF. RGB value is (159,189,175). Sum of RGB (Red+Green+Blue) = 159+189+175=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBDAF is #604250. Grayscale: #B2B2B2. Windows color (decimal): -6308433 or 11517343. OLE color: 11517343.

HSL color Cylindrical-coordinate representation of color #9FBDAF: hue angle of 152º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBDAF is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB159189175-
CMYK0.1600.070.26
HSL152º18.52%68.24%-
HSV(B)152º15.87%74.12%-
XYZ40.2346.8647.48-
YUV178.43126.06114.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=30.40%
G=36.14%
B=33.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891750.1600.070.2615218.5268.24
Hex9FBDAF10071A981344
Octal23727525720073223023104
Binary1001111110111101101011111000001111101010011000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBDAF; }

 p { color: rgb(159,189,175); }

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

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

 a { background-color: rgb(159,189,175); }

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

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

 span { border-color: rgb(159,189,175); }

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