#95AEC0

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

Shades of Nepal #95AEC0

Tints of Nepal #95AEC0

Color information

#95AEC0 (or 0x95AEC0) is unknown color: approx Nepal. HEX triplet: 95, AE and C0. RGB value is (149,174,192). Sum of RGB (Red+Green+Blue) = 149+174+192=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #95AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEC0 is #6A513F. Grayscale: #A8A8A8. Windows color (decimal): -6967616 or 12627605. OLE color: 12627605.

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

Color convert

RGB149174192-
CMYK0.220.0900.25
HSL205.12º25.44%66.86%-
HSV(B)205.12º22.4%75.29%-
XYZ37.0440.4755.73-
YUV168.58141.22114.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=28.93%
G=33.79%
B=37.28%

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
Decimal1491741920.220.0900.25205.1225.4466.86
Hex95AEC0169019cd1943
Octal225256300261103131531103
Binary10010101101011101100000010110100101100111001101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,174,192); }

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

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

 a { background-color: rgb(149,174,192); }

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

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

 span { border-color: rgb(149,174,192); }

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