#9EBFAF

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

Shades of Skeptic #9EBFAF

Tints of Skeptic #9EBFAF

Color information

#9EBFAF (or 0x9EBFAF) is unknown color: approx Skeptic. HEX triplet: 9E, BF and AF. RGB value is (158,191,175). Sum of RGB (Red+Green+Blue) = 158+191+175=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBFAF is #614050. Grayscale: #B3B3B3. Windows color (decimal): -6373457 or 11517854. OLE color: 11517854.

HSL color Cylindrical-coordinate representation of color #9EBFAF: hue angle of 150.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBFAF is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB158191175-
CMYK0.1700.080.25
HSL150.91º20.5%68.43%-
HSV(B)150.91º17.28%74.9%-
XYZ40.4747.6347.62-
YUV179.31125.57112.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=30.15%
G=36.45%
B=33.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911750.1700.080.25150.9120.568.43
Hex9EBFAF110819971444
Octal236277257210103122724104
Binary10011110101111111010111110001010001100110010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,191,175); }

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

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

 a { background-color: rgb(158,191,175); }

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

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

 span { border-color: rgb(158,191,175); }

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