#9DA6BA

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

Shades of Mischka #9DA6BA

Tints of Mischka #9DA6BA

Color information

#9DA6BA (or 0x9DA6BA) is unknown color: approx Mischka. HEX triplet: 9D, A6 and BA. RGB value is (157,166,186). Sum of RGB (Red+Green+Blue) = 157+166+186=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DA6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6BA is #625945. Grayscale: #A5A5A5. Windows color (decimal): -6445382 or 12232349. OLE color: 12232349.

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

Color convert

RGB157166186-
CMYK0.160.1100.27
HSL221.38º17.37%67.25%-
HSV(B)221.38º15.59%72.94%-
XYZ36.437.9951.87-
YUV165.59139.52121.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.84%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=30.84%
G=32.61%
B=36.54%

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
Decimal1571661860.160.1100.27221.3817.3767.25
Hex9DA6BA10B01Bdd1143
Octal235246272201303333521103
Binary10011101101001101011101010000101101101111011101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,166,186); }

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

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

 a { background-color: rgb(157,166,186); }

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

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

 span { border-color: rgb(157,166,186); }

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