#9EA8BB

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

Shades of Mischka #9EA8BB

Tints of Mischka #9EA8BB

Color information

#9EA8BB (or 0x9EA8BB) is unknown color: approx Mischka. HEX triplet: 9E, A8 and BB. RGB value is (158,168,187). Sum of RGB (Red+Green+Blue) = 158+168+187=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA8BB is #615744. Grayscale: #A7A7A7. Windows color (decimal): -6379333 or 12298398. OLE color: 12298398.

HSL color Cylindrical-coordinate representation of color #9EA8BB: hue angle of 219.31º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA8BB is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158168187-
CMYK0.160.1000.27
HSL219.31º17.58%67.65%-
HSV(B)219.31º15.51%73.33%-
XYZ37.0738.8652.56-
YUV167.18139.19121.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=30.80%
G=32.75%
B=36.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581681870.160.1000.27219.3117.5867.65
Hex9EA8BB10A01Bdb1244
Octal236250273201203333322104
Binary10011110101010001011101110000101001101111011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,168,187); }

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

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

 a { background-color: rgb(158,168,187); }

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

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

 span { border-color: rgb(158,168,187); }

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