#95ACC4

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

Shades of Nepal #95ACC4

Tints of Nepal #95ACC4

Color information

#95ACC4 (or 0x95ACC4) is unknown color: approx Nepal. HEX triplet: 95, AC and C4. RGB value is (149,172,196). Sum of RGB (Red+Green+Blue) = 149+172+196=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #95ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACC4 is #6A533B. Grayscale: #A7A7A7. Windows color (decimal): -6968124 or 12889237. OLE color: 12889237.

HSL color Cylindrical-coordinate representation of color #95ACC4: hue angle of 210.64º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95ACC4 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB149172196-
CMYK0.240.1200.23
HSL210.64º28.48%67.65%-
HSV(B)210.64º23.98%76.86%-
XYZ37.1139.8857.97-
YUV167.86143.88114.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=28.82%
G=33.27%
B=37.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491721960.240.1200.23210.6428.4867.65
Hex95ACC418C017d31c44
Octal225254304301402732334104
Binary10010101101011001100010011000110001011111010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,172,196); }

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

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

 a { background-color: rgb(149,172,196); }

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

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

 span { border-color: rgb(149,172,196); }

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