#9FAABD

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

Shades of Mischka #9FAABD

Tints of Mischka #9FAABD

Color information

#9FAABD (or 0x9FAABD) is unknown color: approx Mischka. HEX triplet: 9F, AA and BD. RGB value is (159,170,189). Sum of RGB (Red+Green+Blue) = 159+170+189=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAABD is #605542. Grayscale: #A8A8A8. Windows color (decimal): -6313283 or 12429983. OLE color: 12429983.

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

Color convert

RGB159170189-
CMYK0.160.1000.26
HSL218º18.52%68.24%-
HSV(B)218º15.87%74.12%-
XYZ37.8639.7953.83-
YUV168.88139.36120.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=30.69%
G=32.82%
B=36.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591701890.160.1000.2621818.5268.24
Hex9FAABD10A01Ada1344
Octal237252275201203233223104
Binary10011111101010101011110110000101001101011011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,170,189); }

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

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

 a { background-color: rgb(159,170,189); }

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

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

 span { border-color: rgb(159,170,189); }

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