#95AFBC

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

Shades of Nepal #95AFBC

Tints of Nepal #95AFBC

Color information

#95AFBC (or 0x95AFBC) is unknown color: approx Nepal. HEX triplet: 95, AF and BC. RGB value is (149,175,188). Sum of RGB (Red+Green+Blue) = 149+175+188=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #95AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFBC is #6A5043. Grayscale: #A8A8A8. Windows color (decimal): -6967364 or 12365717. OLE color: 12365717.

HSL color Cylindrical-coordinate representation of color #95AFBC: hue angle of 200º 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 #95AFBC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149175188-
CMYK0.210.0700.26
HSL200º22.54%66.08%-
HSV(B)200º20.74%73.73%-
XYZ36.840.6853.49-
YUV168.71138.89113.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=29.10%
G=34.18%
B=36.72%

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
Decimal1491751880.210.0700.2620022.5466.08
Hex95AFBC15701Ac81742
Octal22525727425703231027102
Binary1001010110101111101111001010111101101011001000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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