#9CA1CB

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

Shades of Blue Bell #9CA1CB

Tints of Blue Bell #9CA1CB

Color information

#9CA1CB (or 0x9CA1CB) is unknown color: approx Blue Bell. HEX triplet: 9C, A1 and CB. RGB value is (156,161,203). Sum of RGB (Red+Green+Blue) = 156+161+203=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CA1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA1CB is #635E34. Grayscale: #A4A4A4. Windows color (decimal): -6512181 or 13345180. OLE color: 13345180.

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

Color convert

RGB156161203-
CMYK0.230.2100.20
HSL233.62º31.13%70.39%-
HSV(B)233.62º23.15%79.61%-
XYZ37.2336.8761.65-
YUV164.29149.84122.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=30%
G=30.96%
B=39.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561612030.230.2100.20233.6231.1370.39
Hex9CA1CB1715014ea1f46
Octal234241313272502435237106
Binary100111001010000111001011101111010101010011101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,161,203); }

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

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

 a { background-color: rgb(156,161,203); }

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

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

 span { border-color: rgb(156,161,203); }

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