#95BACD

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

Shades of Nepal #95BACD

Tints of Nepal #95BACD

Color information

#95BACD (or 0x95BACD) is unknown color: approx Nepal. HEX triplet: 95, BA and CD. RGB value is (149,186,205). Sum of RGB (Red+Green+Blue) = 149+186+205=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #95BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BACD is #6A4532. Grayscale: #B0B0B0. Windows color (decimal): -6964531 or 13482645. OLE color: 13482645.

HSL color Cylindrical-coordinate representation of color #95BACD: hue angle of 200.36º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95BACD is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149186205-
CMYK0.270.0900.20
HSL200.36º35.9%69.41%-
HSV(B)200.36º27.32%80.39%-
XYZ40.9745.9264.46-
YUV177.1143.74107.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.59%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=27.59%
G=34.44%
B=37.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491862050.270.0900.20200.3635.969.41
Hex95BACD1B9014c82445
Octal225272315331102431044105
Binary100101011011101011001101110111001010100110010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,186,205); }

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

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

 a { background-color: rgb(149,186,205); }

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

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

 span { border-color: rgb(149,186,205); }

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