#9DAFBD

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

Shades of Nepal #9DAFBD

Tints of Nepal #9DAFBD

Color information

#9DAFBD (or 0x9DAFBD) is unknown color: approx Nepal. HEX triplet: 9D, AF and BD. RGB value is (157,175,189). Sum of RGB (Red+Green+Blue) = 157+175+189=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #9DAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFBD is #625042. Grayscale: #ABABAB. Windows color (decimal): -6443075 or 12431261. OLE color: 12431261.

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

Color convert

RGB157175189-
CMYK0.170.0700.26
HSL206.25º19.51%67.84%-
HSV(B)206.25º16.93%74.12%-
XYZ38.4241.554.13-
YUV171.21138.04117.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.13%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=30.13%
G=33.59%
B=36.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571751890.170.0700.26206.2519.5167.84
Hex9DAFBD11701Ace1444
Octal23525727521703231624104
Binary1001110110101111101111011000111101101011001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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