#99AABC

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

Shades of Nepal #99AABC

Tints of Nepal #99AABC

Color information

#99AABC (or 0x99AABC) is unknown color: approx Nepal. HEX triplet: 99, AA and BC. RGB value is (153,170,188). Sum of RGB (Red+Green+Blue) = 153+170+188=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #99AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AABC is #665543. Grayscale: #A6A6A6. Windows color (decimal): -6706500 or 12364441. OLE color: 12364441.

HSL color Cylindrical-coordinate representation of color #99AABC: hue angle of 210.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99AABC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153170188-
CMYK0.190.1000.26
HSL210.86º20.71%66.86%-
HSV(B)210.86º18.62%73.73%-
XYZ36.5939.1553.21-
YUV166.97139.87118.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=29.94%
G=33.27%
B=36.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531701880.190.1000.26210.8620.7166.86
Hex99AABC13A01Ad31543
Octal231252274231203232325103
Binary10011001101010101011110010011101001101011010011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AABC; }

 p { color: rgb(153,170,188); }

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

<style>
 a { background-color: #99AABC; }

 a { background-color: rgb(153,170,188); }

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

<style>
 span { border-color: #99AABC; }

 span { border-color: rgb(153,170,188); }

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