#9CADBF

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

Shades of Nepal #9CADBF

Tints of Nepal #9CADBF

Color information

#9CADBF (or 0x9CADBF) is unknown color: approx Nepal. HEX triplet: 9C, AD and BF. RGB value is (156,173,191). Sum of RGB (Red+Green+Blue) = 156+173+191=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CADBF is #635240. Grayscale: #A9A9A9. Windows color (decimal): -6509121 or 12561820. OLE color: 12561820.

HSL color Cylindrical-coordinate representation of color #9CADBF: hue angle of 210.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CADBF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156173191-
CMYK0.180.0900.25
HSL210.86º21.47%68.04%-
HSV(B)210.86º18.32%74.9%-
XYZ38.0640.7255.14-
YUV169.97139.87118.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 191 (75% from 255) = 36.73%
R=30%
G=33.27%
B=36.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561731910.180.0900.25210.8621.4768.04
Hex9CADBF129019d31544
Octal234255277221103132325104
Binary10011100101011011011111110010100101100111010011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,173,191); }

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

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

 a { background-color: rgb(156,173,191); }

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

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

 span { border-color: rgb(156,173,191); }

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