#9FB5AE

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

Shades of Skeptic #9FB5AE

Tints of Skeptic #9FB5AE

Color information

#9FB5AE (or 0x9FB5AE) is unknown color: approx Skeptic. HEX triplet: 9F, B5 and AE. RGB value is (159,181,174). Sum of RGB (Red+Green+Blue) = 159+181+174=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB5AE is #604A51. Grayscale: #ADADAD. Windows color (decimal): -6310482 or 11449759. OLE color: 11449759.

HSL color Cylindrical-coordinate representation of color #9FB5AE: hue angle of 160.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB5AE is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB159181174-
CMYK0.1200.040.29
HSL160.91º12.94%66.67%-
HSV(B)160.91º12.15%70.98%-
XYZ38.4643.4746.41-
YUV173.62128.21117.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.93%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=30.93%
G=35.21%
B=33.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811740.1200.040.29160.9112.9466.67
Hex9FB5AEC041Da1d43
Octal23726525614043524115103
Binary10011111101101011010111011000100111011010000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,181,174); }

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

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

 a { background-color: rgb(159,181,174); }

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

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

 span { border-color: rgb(159,181,174); }

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