#9DA6BB

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

Shades of Mischka #9DA6BB

Tints of Mischka #9DA6BB

Color information

#9DA6BB (or 0x9DA6BB) is unknown color: approx Mischka. HEX triplet: 9D, A6 and BB. RGB value is (157,166,187). Sum of RGB (Red+Green+Blue) = 157+166+187=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6BB is #625944. Grayscale: #A5A5A5. Windows color (decimal): -6445381 or 12297885. OLE color: 12297885.

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

Color convert

RGB157166187-
CMYK0.160.1100.27
HSL222º18.07%67.45%-
HSV(B)222º16.04%73.33%-
XYZ36.5138.0352.43-
YUV165.7140.02121.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.78%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=30.78%
G=32.55%
B=36.67%

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
Decimal1571661870.160.1100.2722218.0767.45
Hex9DA6BB10B01Bde1243
Octal235246273201303333622103
Binary10011101101001101011101110000101101101111011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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