Html Css Color HEX #9DAEBF Nepal

📋 copy color: '#9DAEBF'

red 157 ◦ green 174 ◦ blue 191

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

Shades of Nepal #9DAEBF

Tints of Nepal #9DAEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.33%

 BLUE value IS 191 (75% from 255) = 36.59%

R = 30.08%
G = 33.33%
B = 36.59%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DAEBF (or 0x9DAEBF) is known color: Nepal. HEX triplet: 9D, AE and BF. RGB value is (157,174,191). Sum of RGB (Red+Green+Blue) = 157+174+191=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEBF is #625140. Grayscale: #AAAAAA. Windows color (decimal): -6443329 or 12562077. OLE color: 12562077.

HSL color Cylindrical-coordinate representation of color #9DAEBF: hue angle of 210º 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 #9DAEBF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 174 191 -
CMYK 0.18 0.09 0 0.25
HSL 210º 0.21% 0.68% -
HSV(B) 210º 0.18% 0.75% -
XYZ 38.44 41.2 55.22 -
YUV 170.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 157 174 191 0.18 0.09 0 0.25 210 0.21 0.68
Hex 9D AE BF 12 9 0 19 D2 15 44
Octal 235 256 277 22 11 0 31 322 25 104
Binary 10011101 10101110 10111111 10010 1001 0 11001 11010010 10101 1000100

Color Harmonies of #9DAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEBF

Black with #9DAEBF

Text Example


Text Example

White with #9DAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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