#9DAFBC

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

Shades of Nepal #9DAFBC

Tints of Nepal #9DAFBC

Color information

#9DAFBC (or 0x9DAFBC) is unknown color: approx Nepal. HEX triplet: 9D, AF and BC. RGB value is (157,175,188). Sum of RGB (Red+Green+Blue) = 157+175+188=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DAFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFBC is #625043. Grayscale: #ABABAB. Windows color (decimal): -6443076 or 12365725. OLE color: 12365725.

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

Color convert

RGB157175188-
CMYK0.160.0700.26
HSL205.16º18.79%67.65%-
HSV(B)205.16º16.49%73.73%-
XYZ38.3141.4653.56-
YUV171.1137.54117.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=30.19%
G=33.65%
B=36.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571751880.160.0700.26205.1618.7967.65
Hex9DAFBC10701Acd1344
Octal23525727420703231523104
Binary1001110110101111101111001000011101101011001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,175,188); }

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

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

 a { background-color: rgb(157,175,188); }

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

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

 span { border-color: rgb(157,175,188); }

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