#95B4CA

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

Shades of Nepal #95B4CA

Tints of Nepal #95B4CA

Color information

#95B4CA (or 0x95B4CA) is unknown color: approx Nepal. HEX triplet: 95, B4 and CA. RGB value is (149,180,202). Sum of RGB (Red+Green+Blue) = 149+180+202=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #95B4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4CA is #6A4B35. Grayscale: #ADADAD. Windows color (decimal): -6966070 or 13284501. OLE color: 13284501.

HSL color Cylindrical-coordinate representation of color #95B4CA: hue angle of 204.91º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95B4CA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149180202-
CMYK0.260.1100.21
HSL204.91º33.33%68.82%-
HSV(B)204.91º26.24%79.22%-
XYZ39.3843.362.16-
YUV173.24144.23110.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=28.06%
G=33.90%
B=38.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491802020.260.1100.21204.9133.3368.82
Hex95B4CA1AB015cd2145
Octal225264312321302531541105
Binary100101011011010011001010110101011010101110011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,202); }

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

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

 a { background-color: rgb(149,180,202); }

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

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

 span { border-color: rgb(149,180,202); }

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