#9EBDAF

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

Shades of Skeptic #9EBDAF

Tints of Skeptic #9EBDAF

Color information

#9EBDAF (or 0x9EBDAF) is unknown color: approx Skeptic. HEX triplet: 9E, BD and AF. RGB value is (158,189,175). Sum of RGB (Red+Green+Blue) = 158+189+175=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDAF is #614250. Grayscale: #B2B2B2. Windows color (decimal): -6373969 or 11517342. OLE color: 11517342.

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

Color convert

RGB158189175-
CMYK0.1600.070.26
HSL152.9º19.02%68.04%-
HSV(B)152.9º16.4%74.12%-
XYZ40.0446.7647.47-
YUV178.14126.23113.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=30.27%
G=36.21%
B=33.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891750.1600.070.26152.919.0268.04
Hex9EBDAF10071A991344
Octal23627525720073223123104
Binary1001111010111101101011111000001111101010011001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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