#9CB6CC

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

Shades of Nepal #9CB6CC

Tints of Nepal #9CB6CC

Color information

#9CB6CC (or 0x9CB6CC) is unknown color: approx Nepal. HEX triplet: 9C, B6 and CC. RGB value is (156,182,204). Sum of RGB (Red+Green+Blue) = 156+182+204=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB6CC is #634933. Grayscale: #B0B0B0. Windows color (decimal): -6506804 or 13416092. OLE color: 13416092.

HSL color Cylindrical-coordinate representation of color #9CB6CC: hue angle of 207.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CB6CC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156182204-
CMYK0.240.1100.2
HSL207.5º32%70.59%-
HSV(B)207.5º23.53%80%-
XYZ41.3444.8863.61-
YUV176.73143.39113.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.78%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=28.78%
G=33.58%
B=37.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561822040.240.1100.2207.53270.59
Hex9CB6CC18B014d02047
Octal234266314301302432040107
Binary100111001011011011001100110001011010100110100001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,182,204); }

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

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

 a { background-color: rgb(156,182,204); }

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

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

 span { border-color: rgb(156,182,204); }

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