#95ABC2

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

Shades of Nepal #95ABC2

Tints of Nepal #95ABC2

Color information

#95ABC2 (or 0x95ABC2) is unknown color: approx Nepal. HEX triplet: 95, AB and C2. RGB value is (149,171,194). Sum of RGB (Red+Green+Blue) = 149+171+194=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #95ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABC2 is #6A543D. Grayscale: #A6A6A6. Windows color (decimal): -6968382 or 12757909. OLE color: 12757909.

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

Color convert

RGB149171194-
CMYK0.230.1200.24
HSL210.67º26.95%67.25%-
HSV(B)210.67º23.2%76.08%-
XYZ36.6939.4156.71-
YUV167.04143.21115.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.99%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 194 (76.17% from 255) = 37.74%
R=28.99%
G=33.27%
B=37.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491711940.230.1200.24210.6726.9567.25
Hex95ABC217C018d31b43
Octal225253302271403032333103
Binary10010101101010111100001010111110001100011010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,194); }

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

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

 a { background-color: rgb(149,171,194); }

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

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

 span { border-color: rgb(149,171,194); }

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