#95ABBF

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

Shades of Nepal #95ABBF

Tints of Nepal #95ABBF

Color information

#95ABBF (or 0x95ABBF) is unknown color: approx Nepal. HEX triplet: 95, AB and BF. RGB value is (149,171,191). Sum of RGB (Red+Green+Blue) = 149+171+191=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #95ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABBF is #6A5440. Grayscale: #A6A6A6. Windows color (decimal): -6968385 or 12561301. OLE color: 12561301.

HSL color Cylindrical-coordinate representation of color #95ABBF: hue angle of 208.57º 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 #95ABBF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149171191-
CMYK0.220.1000.25
HSL208.57º24.71%66.67%-
HSV(B)208.57º21.99%74.9%-
XYZ36.3639.2854.95-
YUV166.7141.71115.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 191 (75% from 255) = 37.38%
R=29.16%
G=33.46%
B=37.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491711910.220.1000.25208.5724.7166.67
Hex95ABBF16A019d11943
Octal225253277261203132131103
Binary10010101101010111011111110110101001100111010001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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