Html Css Color HEX #9DAFBE Nepal

📋 copy color: '#9DAFBE'

red 157 ◦ green 175 ◦ blue 190

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

Shades of Nepal #9DAFBE

Tints of Nepal #9DAFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 30.08%
G = 33.52%
B = 36.4%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DAFBE (or 0x9DAFBE) is known color: Nepal. HEX triplet: 9D, AF and BE. RGB value is (157,175,190). Sum of RGB (Red+Green+Blue) = 157+175+190=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFBE is #625041. Grayscale: #ABABAB. Windows color (decimal): -6443074 or 12496797. OLE color: 12496797.

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

Color convert

RGB 157 175 190 -
CMYK 0.17 0.08 0 0.25
HSL 207.27º 0.2% 0.68% -
HSV(B) 207.27º 0.17% 0.75% -
XYZ 38.53 41.55 54.7 -
YUV 171.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 157 175 190 0.17 0.08 0 0.25 207.27 0.2 0.68
Hex 9D AF BE 11 8 0 19 CF 14 44
Octal 235 257 276 21 10 0 31 317 24 104
Binary 10011101 10101111 10111110 10001 1000 0 11001 11001111 10100 1000100

Color Harmonies of #9DAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAFBE

Black with #9DAFBE

Text Example


Text Example

White with #9DAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DAFBE;
 }
 .AnyTagClassName
 {
   color: #9DAFBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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