#9FBDAE

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

Shades of Skeptic #9FBDAE

Tints of Skeptic #9FBDAE

Color information

#9FBDAE (or 0x9FBDAE) is unknown color: approx Skeptic. HEX triplet: 9F, BD and AE. RGB value is (159,189,174). Sum of RGB (Red+Green+Blue) = 159+189+174=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBDAE is #604251. Grayscale: #B2B2B2. Windows color (decimal): -6308434 or 11451807. OLE color: 11451807.

HSL color Cylindrical-coordinate representation of color #9FBDAE: hue angle of 150º 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 #9FBDAE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB159189174-
CMYK0.1600.080.26
HSL150º18.52%68.24%-
HSV(B)150º15.87%74.12%-
XYZ40.1446.8246.97-
YUV178.32125.56114.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.46%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=30.46%
G=36.21%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891740.1600.080.2615018.5268.24
Hex9FBDAE10081A961344
Octal237275256200103222623104
Binary10011111101111011010111010000010001101010010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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