Html Css Color HEX #9DAFC1 Nepal

📋 copy color: '#9DAFC1'

red 157 ◦ green 175 ◦ blue 193

#9DAFC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #9DAFC1

Tints of Nepal #9DAFC1

RGB

 RED value IS 157 (61.72% from 255) = 29.9%

 GREEN value IS 175 (68.75% from 255) = 33.33%

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 29.9%
G = 33.33%
B = 36.76%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9DAFC1 (or 0x9DAFC1) is known color: 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

RGB 157 175 193 -
CMYK 0.19 0.09 0 0.24
HSL 210º 0.23% 0.69% -
HSV(B) 210º 0.19% 0.76% -
XYZ 38.86 41.68 56.45 -
YUV 171.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 157 175 193 0.19 0.09 0 0.24 210 0.23 0.69
Hex 9D AF C1 13 9 0 18 D2 16 45
Octal 235 257 301 23 11 0 30 322 26 105
Binary 10011101 10101111 11000001 10011 1001 0 11000 11010010 10110 1000101

Color Harmonies of #9DAFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAFC1

Black with #9DAFC1

Text Example


Text Example

White with #9DAFC1

Text Example


Text Example

HTML Codes & Css Web 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>