#8AADBE

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

Shades of Nepal #8AADBE

Tints of Nepal #8AADBE

Color information

#8AADBE (or 0x8AADBE) is unknown color: approx Nepal. HEX triplet: 8A, AD and BE. RGB value is (138,173,190). Sum of RGB (Red+Green+Blue) = 138+173+190=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADBE is #755241. Grayscale: #A4A4A4. Windows color (decimal): -7688770 or 12496266. OLE color: 12496266.

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

Color convert

RGB138173190-
CMYK0.270.0900.25
HSL199.62º28.57%64.31%-
HSV(B)199.62º27.37%74.51%-
XYZ34.7239.0154.41-
YUV164.47142.4109.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.54%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=27.54%
G=34.53%
B=37.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381731900.270.0900.25199.6228.5764.31
Hex8AADBE1B9019c81d40
Octal212255276331103131035100
Binary10001010101011011011111011011100101100111001000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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