Html Css Color HEX #9DAEBE Nepal

📋 copy color: '#9DAEBE'

red 157 ◦ green 174 ◦ blue 190

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

Shades of Nepal #9DAEBE

Tints of Nepal #9DAEBE

RGB

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

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

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

R = 30.13%
G = 33.4%
B = 36.47%

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

#9DAEBE (or 0x9DAEBE) is known color: Nepal. HEX triplet: 9D, AE and BE. RGB value is (157,174,190). Sum of RGB (Red+Green+Blue) = 157+174+190=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEBE is #625141. Grayscale: #AAAAAA. Windows color (decimal): -6443330 or 12496541. OLE color: 12496541.

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

Color convert

RGB 157 174 190 -
CMYK 0.17 0.08 0 0.25
HSL 209.09º 0.2% 0.68% -
HSV(B) 209.09º 0.17% 0.75% -
XYZ 38.33 41.16 54.64 -
YUV 170.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 157 174 190 0.17 0.08 0 0.25 209.09 0.2 0.68
Hex 9D AE BE 11 8 0 19 D1 14 44
Octal 235 256 276 21 10 0 31 321 24 104
Binary 10011101 10101110 10111110 10001 1000 0 11001 11010001 10100 1000100

Color Harmonies of #9DAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEBE

Black with #9DAEBE

Text Example


Text Example

White with #9DAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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