#9DA5BB

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

Shades of Mischka #9DA5BB

Tints of Mischka #9DA5BB

Color information

#9DA5BB (or 0x9DA5BB) is unknown color: approx Mischka. HEX triplet: 9D, A5 and BB. RGB value is (157,165,187). Sum of RGB (Red+Green+Blue) = 157+165+187=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DA5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA5BB is #625A44. Grayscale: #A5A5A5. Windows color (decimal): -6445637 or 12297629. OLE color: 12297629.

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

Color convert

RGB157165187-
CMYK0.160.1200.27
HSL224º18.07%67.45%-
HSV(B)224º16.04%73.33%-
XYZ36.3337.6752.37-
YUV165.12140.35122.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.84%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=30.84%
G=32.42%
B=36.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571651870.160.1200.2722418.0767.45
Hex9DA5BB10C01Be01243
Octal235245273201403334022103
Binary10011101101001011011101110000110001101111100000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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