#95B8CD

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

Shades of Nepal #95B8CD

Tints of Nepal #95B8CD

Color information

#95B8CD (or 0x95B8CD) is unknown color: approx Nepal. HEX triplet: 95, B8 and CD. RGB value is (149,184,205). Sum of RGB (Red+Green+Blue) = 149+184+205=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #95B8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B8CD is #6A4732. Grayscale: #AFAFAF. Windows color (decimal): -6965043 or 13482133. OLE color: 13482133.

HSL color Cylindrical-coordinate representation of color #95B8CD: hue angle of 202.5º 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 #95B8CD is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149184205-
CMYK0.270.1000.20
HSL202.5º35.9%69.41%-
HSV(B)202.5º27.32%80.39%-
XYZ40.5545.0864.32-
YUV175.93144.4108.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.70%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=27.70%
G=34.20%
B=38.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491842050.270.1000.20202.535.969.41
Hex95B8CD1BA014ca2445
Octal225270315331202431244105
Binary100101011011100011001101110111010010100110010101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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