#9CAFBA

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

Shades of Nepal #9CAFBA

Tints of Nepal #9CAFBA

Color information

#9CAFBA (or 0x9CAFBA) is unknown color: approx Nepal. HEX triplet: 9C, AF and BA. RGB value is (156,175,186). Sum of RGB (Red+Green+Blue) = 156+175+186=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFBA is #635045. Grayscale: #AAAAAA. Windows color (decimal): -6508614 or 12234652. OLE color: 12234652.

HSL color Cylindrical-coordinate representation of color #9CAFBA: hue angle of 202º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CAFBA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156175186-
CMYK0.160.0600.27
HSL202º17.86%67.06%-
HSV(B)202º16.13%72.94%-
XYZ37.941.2752.42-
YUV170.57136.71117.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=30.17%
G=33.85%
B=35.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561751860.160.0600.2720217.8667.06
Hex9CAFBA10601Bca1243
Octal23425727220603331222103
Binary1001110010101111101110101000011001101111001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,175,186); }

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

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

 a { background-color: rgb(156,175,186); }

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

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

 span { border-color: rgb(156,175,186); }

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