Html Css Color HEX #9DAFBD Nepal

📋 copy color: '#9DAFBD'

red 157 ◦ green 175 ◦ blue 189

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

Shades of Nepal #9DAFBD

Tints of Nepal #9DAFBD

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 value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

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

RGB 157 175 189 -
CMYK 0.17 0.07 0 0.26
HSL 206.25º 0.2% 0.68% -
HSV(B) 206.25º 0.17% 0.74% -
XYZ 38.42 41.5 54.13 -
YUV 171.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 157 175 189 0.17 0.07 0 0.26 206.25 0.2 0.68
Hex 9D AF BD 11 7 0 1A CE 14 44
Octal 235 257 275 21 7 0 32 316 24 104
Binary 10011101 10101111 10111101 10001 111 0 11010 11001110 10100 1000100

Color Harmonies of #9DAFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAFBD

Black with #9DAFBD

Text Example


Text Example

White with #9DAFBD

Text Example


Text Example

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