#8AADC3

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

Shades of Nepal #8AADC3

Tints of Nepal #8AADC3

Color information

#8AADC3 (or 0x8AADC3) is unknown color: approx Nepal. HEX triplet: 8A, AD and C3. RGB value is (138,173,195). Sum of RGB (Red+Green+Blue) = 138+173+195=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #8AADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADC3 is #75523C. Grayscale: #A4A4A4. Windows color (decimal): -7688765 or 12823946. OLE color: 12823946.

HSL color Cylindrical-coordinate representation of color #8AADC3: hue angle of 203.16º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AADC3 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB138173195-
CMYK0.290.1100.24
HSL203.16º32.2%65.29%-
HSV(B)203.16º29.23%76.47%-
XYZ35.2839.2357.34-
YUV165.04144.9108.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.27%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 195 (76.56% from 255) = 38.54%
R=27.27%
G=34.19%
B=38.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381731950.290.1100.24203.1632.265.29
Hex8AADC31DB018cb2041
Octal212255303351303031340101
Binary100010101010110111000011111011011011000110010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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