#95AFBF

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

Shades of Nepal #95AFBF

Tints of Nepal #95AFBF

Color information

#95AFBF (or 0x95AFBF) is unknown color: approx Nepal. HEX triplet: 95, AF and BF. RGB value is (149,175,191). Sum of RGB (Red+Green+Blue) = 149+175+191=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #95AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFBF is #6A5040. Grayscale: #A8A8A8. Windows color (decimal): -6967361 or 12562325. OLE color: 12562325.

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

Color convert

RGB149175191-
CMYK0.220.0800.25
HSL202.86º24.71%66.67%-
HSV(B)202.86º21.99%74.9%-
XYZ37.1340.8155.21-
YUV169.05140.39113.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 191 (75% from 255) = 37.09%
R=28.93%
G=33.98%
B=37.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491751910.220.0800.25202.8624.7166.67
Hex95AFBF168019cb1943
Octal225257277261003131331103
Binary10010101101011111011111110110100001100111001011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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