#9DAFBF

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

Shades of Nepal #9DAFBF

Tints of Nepal #9DAFBF

Color information

#9DAFBF (or 0x9DAFBF) is unknown color: approx Nepal. HEX triplet: 9D, AF and BF. RGB value is (157,175,191). Sum of RGB (Red+Green+Blue) = 157+175+191=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFBF is #625040. Grayscale: #ABABAB. Windows color (decimal): -6443073 or 12562333. OLE color: 12562333.

HSL color Cylindrical-coordinate representation of color #9DAFBF: hue angle of 208.24º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DAFBF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157175191-
CMYK0.180.0800.25
HSL208.24º20.99%68.24%-
HSV(B)208.24º17.8%74.9%-
XYZ38.6441.5955.28-
YUV171.44139.04117.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.02%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 191 (75% from 255) = 36.52%
R=30.02%
G=33.46%
B=36.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571751910.180.0800.25208.2420.9968.24
Hex9DAFBF128019d01544
Octal235257277221003132025104
Binary10011101101011111011111110010100001100111010000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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