Html Css Color HEX #9DABBA Nepal

📋 copy color: '#9DABBA'

red 157 ◦ green 171 ◦ blue 186

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

Shades of Nepal #9DABBA

Tints of Nepal #9DABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 30.54%
G = 33.27%
B = 36.19%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DABBA (or 0x9DABBA) is known color: Nepal. HEX triplet: 9D, AB and BA. RGB value is (157,171,186). Sum of RGB (Red+Green+Blue) = 157+171+186=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABBA is #625445. Grayscale: #A8A8A8. Windows color (decimal): -6444102 or 12233629. OLE color: 12233629.

HSL color Cylindrical-coordinate representation of color #9DABBA: hue angle of 211.03º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DABBA is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 171 186 -
CMYK 0.16 0.08 0 0.27
HSL 211.03º 0.17% 0.67% -
HSV(B) 211.03º 0.16% 0.73% -
XYZ 37.33 39.84 52.18 -
YUV 168.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 157 171 186 0.16 0.08 0 0.27 211.03 0.17 0.67
Hex 9D AB BA 10 8 0 1B D3 11 43
Octal 235 253 272 20 10 0 33 323 21 103
Binary 10011101 10101011 10111010 10000 1000 0 11011 11010011 10001 1000011

Color Harmonies of #9DABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DABBA

Black with #9DABBA

Text Example


Text Example

White with #9DABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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