#9EBEAF

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

Shades of Skeptic #9EBEAF

Tints of Skeptic #9EBEAF

Color information

#9EBEAF (or 0x9EBEAF) is unknown color: approx Skeptic. HEX triplet: 9E, BE and AF. RGB value is (158,190,175). Sum of RGB (Red+Green+Blue) = 158+190+175=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBEAF is #614150. Grayscale: #B2B2B2. Windows color (decimal): -6373713 or 11517598. OLE color: 11517598.

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

Color convert

RGB158190175-
CMYK0.1700.080.25
HSL151.87º19.75%68.24%-
HSV(B)151.87º16.84%74.51%-
XYZ40.2547.1947.54-
YUV178.72125.9113.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=30.21%
G=36.33%
B=33.46%

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
Decimal1581901750.1700.080.25151.8719.7568.24
Hex9EBEAF110819981444
Octal236276257210103123024104
Binary10011110101111101010111110001010001100110011000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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