#9AADBE

Color #9AADBE Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #9AADBE

Tints of Nepal #9AADBE

Color information

#9AADBE (or 0x9AADBE) is unknown color: approx Nepal. HEX triplet: 9A, AD and BE. RGB value is (154,173,190). Sum of RGB (Red+Green+Blue) = 154+173+190=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADBE is #655241. Grayscale: #A9A9A9. Windows color (decimal): -6640194 or 12496282. OLE color: 12496282.

HSL color Cylindrical-coordinate representation of color #9AADBE: hue angle of 208.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AADBE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154173190-
CMYK0.190.0900.25
HSL208.33º21.69%67.45%-
HSV(B)208.33º18.95%74.51%-
XYZ37.5640.4754.55-
YUV169.26139.71117.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=29.79%
G=33.46%
B=36.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541731900.190.0900.25208.3321.6967.45
Hex9AADBE139019d01643
Octal232255276231103132026103
Binary10011010101011011011111010011100101100111010000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AADBE;
 }
 .AnyTagClassName
 {
   color: #9AADBE;
 }
</style>
background-color css

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

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

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

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

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

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