#9EBFAA

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

Shades of Skeptic #9EBFAA

Tints of Skeptic #9EBFAA

Color information

#9EBFAA (or 0x9EBFAA) is unknown color: approx Skeptic. HEX triplet: 9E, BF and AA. RGB value is (158,191,170). Sum of RGB (Red+Green+Blue) = 158+191+170=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBFAA is #614055. Grayscale: #B2B2B2. Windows color (decimal): -6373462 or 11190174. OLE color: 11190174.

HSL color Cylindrical-coordinate representation of color #9EBFAA: hue angle of 141.82º 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 #9EBFAA is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB158191170-
CMYK0.1700.110.25
HSL141.82º20.5%68.43%-
HSV(B)141.82º17.28%74.9%-
XYZ39.9947.4345.08-
YUV178.74123.07113.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=30.44%
G=36.80%
B=32.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911700.1700.110.25141.8220.568.43
Hex9EBFAA110B198e1444
Octal236277252210133121624104
Binary10011110101111111010101010001010111100110001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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