Html Css Color HEX #9AADBA Nepal

📋 copy color: '#9AADBA'

red 154 ◦ green 173 ◦ blue 186

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

Shades of Nepal #9AADBA

Tints of Nepal #9AADBA

RGB

 RED value IS 154 (60.55% from 255) = 30.02%

 GREEN value IS 173 (67.97% from 255) = 33.72%

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

R = 30.02%
G = 33.72%
B = 36.26%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9AADBA (or 0x9AADBA) is known color: Nepal. HEX triplet: 9A, AD and BA. RGB value is (154,173,186). Sum of RGB (Red+Green+Blue) = 154+173+186=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADBA is #655245. Grayscale: #A8A8A8. Windows color (decimal): -6640198 or 12234138. OLE color: 12234138.

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

Color convert

RGB 154 173 186 -
CMYK 0.17 0.07 0 0.27
HSL 204.38º 0.19% 0.67% -
HSV(B) 204.38º 0.17% 0.73% -
XYZ 37.13 40.3 52.28 -
YUV 168.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 154 173 186 0.17 0.07 0 0.27 204.38 0.19 0.67
Hex 9A AD BA 11 7 0 1B CC 13 43
Octal 232 255 272 21 7 0 33 314 23 103
Binary 10011010 10101101 10111010 10001 111 0 11011 11001100 10011 1000011

Color Harmonies of #9AADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AADBA

Black with #9AADBA

Text Example


Text Example

White with #9AADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,173,186); }

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

background-color css

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

 a { background-color: rgb(154,173,186); }

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

border-color css

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

 span { border-color: rgb(154,173,186); }

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