#9EA6BB

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

Shades of Mischka #9EA6BB

Tints of Mischka #9EA6BB

Color information

#9EA6BB (or 0x9EA6BB) is unknown color: approx Mischka. HEX triplet: 9E, A6 and BB. RGB value is (158,166,187). Sum of RGB (Red+Green+Blue) = 158+166+187=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA6BB is #615944. Grayscale: #A5A5A5. Windows color (decimal): -6379845 or 12297886. OLE color: 12297886.

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

Color convert

RGB158166187-
CMYK0.160.1100.27
HSL223.45º17.58%67.65%-
HSV(B)223.45º15.51%73.33%-
XYZ36.7138.1352.44-
YUV166139.85122.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=30.92%
G=32.49%
B=36.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581661870.160.1100.27223.4517.5867.65
Hex9EA6BB10B01Bdf1244
Octal236246273201303333722104
Binary10011110101001101011101110000101101101111011111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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