Html Css Color HEX #9DABB4 Nepal

📋 copy color: '#9DABB4'

red 157 ◦ green 171 ◦ blue 180

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

Shades of Nepal #9DABB4

Tints of Nepal #9DABB4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.66%

 BLUE value IS 180 (70.7% from 255) = 35.43%

R = 30.91%
G = 33.66%
B = 35.43%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9DABB4 (or 0x9DABB4) is known color: Nepal. HEX triplet: 9D, AB and B4. RGB value is (157,171,180). Sum of RGB (Red+Green+Blue) = 157+171+180=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 180 - color contains mainly: blue. Hex color #9DABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABB4 is #62544B. Grayscale: #A7A7A7. Windows color (decimal): -6444108 or 11840413. OLE color: 11840413.

HSL color Cylindrical-coordinate representation of color #9DABB4: hue angle of 203.48º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DABB4 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 171 180 -
CMYK 0.13 0.05 0 0.29
HSL 203.48º 0.13% 0.66% -
HSV(B) 203.48º 0.13% 0.71% -
XYZ 36.71 39.59 48.89 -
YUV 167.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 157 171 180 0.13 0.05 0 0.29 203.48 0.13 0.66
Hex 9D AB B4 D 5 0 1D CB D 42
Octal 235 253 264 15 5 0 35 313 15 102
Binary 10011101 10101011 10110100 1101 101 0 11101 11001011 1101 1000010

Color Harmonies of #9DABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DABB4

Black with #9DABB4

Text Example


Text Example

White with #9DABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,171,180); }

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

background-color css

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

 a { background-color: rgb(157,171,180); }

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

border-color css

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

 span { border-color: rgb(157,171,180); }

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