#9CB5CA

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

Shades of Nepal #9CB5CA

Tints of Nepal #9CB5CA

Color information

#9CB5CA (or 0x9CB5CA) is unknown color: approx Nepal. HEX triplet: 9C, B5 and CA. RGB value is (156,181,202). Sum of RGB (Red+Green+Blue) = 156+181+202=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB5CA is #634A35. Grayscale: #AFAFAF. Windows color (decimal): -6507062 or 13284764. OLE color: 13284764.

HSL color Cylindrical-coordinate representation of color #9CB5CA: hue angle of 207.39º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB5CA is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156181202-
CMYK0.230.1000.21
HSL207.39º30.26%70.2%-
HSV(B)207.39º22.77%79.22%-
XYZ40.8944.3862.29-
YUV175.92142.72113.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.94%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=28.94%
G=33.58%
B=37.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561812020.230.1000.21207.3930.2670.2
Hex9CB5CA17A015cf1e46
Octal234265312271202531736106
Binary10011100101101011100101010111101001010111001111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CB5CA; }

 p { color: rgb(156,181,202); }

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

<style>
 a { background-color: #9CB5CA; }

 a { background-color: rgb(156,181,202); }

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

<style>
 span { border-color: #9CB5CA; }

 span { border-color: rgb(156,181,202); }

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