#95ABB6

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

Shades of Nepal #95ABB6

Tints of Nepal #95ABB6

Color information

#95ABB6 (or 0x95ABB6) is unknown color: approx Nepal. HEX triplet: 95, AB and B6. RGB value is (149,171,182). Sum of RGB (Red+Green+Blue) = 149+171+182=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 182 - color contains mainly: blue. Hex color #95ABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABB6 is #6A5449. Grayscale: #A5A5A5. Windows color (decimal): -6968394 or 11971477. OLE color: 11971477.

HSL color Cylindrical-coordinate representation of color #95ABB6: hue angle of 200º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95ABB6 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB149171182-
CMYK0.180.0600.29
HSL200º18.44%64.9%-
HSV(B)200º18.13%71.37%-
XYZ35.438.8949.9-
YUV165.68137.21116.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 182 (71.48% from 255) = 36.25%
R=29.68%
G=34.06%
B=36.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491711820.180.0600.2920018.4464.9
Hex95ABB612601Dc81241
Octal22525326622603531022101
Binary1001010110101011101101101001011001110111001000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,182); }

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

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

 a { background-color: rgb(149,171,182); }

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

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

 span { border-color: rgb(149,171,182); }

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