#95AABF

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

Shades of Nepal #95AABF

Tints of Nepal #95AABF

Color information

#95AABF (or 0x95AABF) is unknown color: approx Nepal. HEX triplet: 95, AA and BF. RGB value is (149,170,191). Sum of RGB (Red+Green+Blue) = 149+170+191=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #95AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AABF is #6A5540. Grayscale: #A6A6A6. Windows color (decimal): -6968641 or 12561045. OLE color: 12561045.

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

Color convert

RGB149170191-
CMYK0.220.1100.25
HSL210º24.71%66.67%-
HSV(B)210º21.99%74.9%-
XYZ36.1738.954.89-
YUV166.11142.04115.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 37.45%
R=29.22%
G=33.33%
B=37.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491701910.220.1100.2521024.7166.67
Hex95AABF16B019d21943
Octal225252277261303132231103
Binary10010101101010101011111110110101101100111010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AABF; }

 p { color: rgb(149,170,191); }

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

<style>
 a { background-color: #95AABF; }

 a { background-color: rgb(149,170,191); }

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

<style>
 span { border-color: #95AABF; }

 span { border-color: rgb(149,170,191); }

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