Html Css Color HEX #9AADB6 Nepal

📋 copy color: '#9AADB6'

red 154 ◦ green 173 ◦ blue 182

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

Shades of Nepal #9AADB6

Tints of Nepal #9AADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.76%

R = 30.26%
G = 33.99%
B = 35.76%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9AADB6 (or 0x9AADB6) is known color: Nepal. HEX triplet: 9A, AD and B6. RGB value is (154,173,182). Sum of RGB (Red+Green+Blue) = 154+173+182=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 182 - color contains mainly: blue. Hex color #9AADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADB6 is #655249. Grayscale: #A8A8A8. Windows color (decimal): -6640202 or 11971994. OLE color: 11971994.

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

Color convert

RGB 154 173 182 -
CMYK 0.15 0.05 0 0.29
HSL 199.29º 0.16% 0.66% -
HSV(B) 199.29º 0.15% 0.71% -
XYZ 36.71 40.13 50.07 -
YUV 168.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 154 173 182 0.15 0.05 0 0.29 199.29 0.16 0.66
Hex 9A AD B6 F 5 0 1D C7 10 42
Octal 232 255 266 17 5 0 35 307 20 102
Binary 10011010 10101101 10110110 1111 101 0 11101 11000111 10000 1000010

Color Harmonies of #9AADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AADB6

Black with #9AADB6

Text Example


Text Example

White with #9AADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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