#9DAFC1

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

Shades of Nepal #9DAFC1

Tints of Nepal #9DAFC1

Color information

#9DAFC1 (or 0x9DAFC1) is unknown color: approx Nepal. HEX triplet: 9D, AF and C1. RGB value is (157,175,193). Sum of RGB (Red+Green+Blue) = 157+175+193=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #9DAFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFC1 is #62503E. Grayscale: #ABABAB. Windows color (decimal): -6443071 or 12693405. OLE color: 12693405.

HSL color Cylindrical-coordinate representation of color #9DAFC1: hue angle of 210º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DAFC1 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB157175193-
CMYK0.190.0900.24
HSL210º22.5%68.63%-
HSV(B)210º18.65%75.69%-
XYZ38.8641.6856.45-
YUV171.67140.04117.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.90%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=29.90%
G=33.33%
B=36.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571751930.190.0900.2421022.568.63
Hex9DAFC1139018d21645
Octal235257301231103032226105
Binary10011101101011111100000110011100101100011010010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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