#95ADBF

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

Shades of Nepal #95ADBF

Tints of Nepal #95ADBF

Color information

#95ADBF (or 0x95ADBF) is unknown color: approx Nepal. HEX triplet: 95, AD and BF. RGB value is (149,173,191). Sum of RGB (Red+Green+Blue) = 149+173+191=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #95ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADBF is #6A5240. Grayscale: #A7A7A7. Windows color (decimal): -6967873 or 12561813. OLE color: 12561813.

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

Color convert

RGB149173191-
CMYK0.220.0900.25
HSL205.71º24.71%66.67%-
HSV(B)205.71º21.99%74.9%-
XYZ36.7440.0455.08-
YUV167.88141.05114.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 191 (75% from 255) = 37.23%
R=29.04%
G=33.72%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491731910.220.0900.25205.7124.7166.67
Hex95ADBF169019ce1943
Octal225255277261103131631103
Binary10010101101011011011111110110100101100111001110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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