#95AFBD

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

Shades of Nepal #95AFBD

Tints of Nepal #95AFBD

Color information

#95AFBD (or 0x95AFBD) is unknown color: approx Nepal. HEX triplet: 95, AF and BD. RGB value is (149,175,189). Sum of RGB (Red+Green+Blue) = 149+175+189=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #95AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFBD is #6A5042. Grayscale: #A8A8A8. Windows color (decimal): -6967363 or 12431253. OLE color: 12431253.

HSL color Cylindrical-coordinate representation of color #95AFBD: hue angle of 201º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95AFBD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149175189-
CMYK0.210.0700.26
HSL201º23.26%66.27%-
HSV(B)201º21.16%74.12%-
XYZ36.9140.7254.06-
YUV168.82139.39113.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=29.04%
G=34.11%
B=36.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491751890.210.0700.2620123.2666.27
Hex95AFBD15701Ac91742
Octal22525727525703231127102
Binary1001010110101111101111011010111101101011001001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,189); }

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

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

 a { background-color: rgb(149,175,189); }

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

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

 span { border-color: rgb(149,175,189); }

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