#9CAFBB

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

Shades of Nepal #9CAFBB

Tints of Nepal #9CAFBB

Color information

#9CAFBB (or 0x9CAFBB) is unknown color: approx Nepal. HEX triplet: 9C, AF and BB. RGB value is (156,175,187). Sum of RGB (Red+Green+Blue) = 156+175+187=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFBB is #635044. Grayscale: #AAAAAA. Windows color (decimal): -6508613 or 12300188. OLE color: 12300188.

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

Color convert

RGB156175187-
CMYK0.170.0600.27
HSL203.23º18.56%67.25%-
HSV(B)203.23º16.58%73.33%-
XYZ38.0141.3252.99-
YUV170.69137.21117.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.12%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=30.12%
G=33.78%
B=36.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561751870.170.0600.27203.2318.5667.25
Hex9CAFBB11601Bcb1343
Octal23425727321603331323103
Binary1001110010101111101110111000111001101111001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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