#9fa1c2

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

Shades of Blue Bell #9FA1C2

Tints of Blue Bell #9FA1C2

Color information

#9FA1C2 (or 0x9FA1C2) is unknown color: approx Blue Bell. HEX triplet: 9F, A1 and C2. RGB value is (159,161,194). Sum of RGB (Red+Green+Blue) = 159+161+194=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #9FA1C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1C2 is #605E3D. Grayscale: #A4A4A4. Windows color (decimal): -6315582 or 12755359. OLE color: 12755359.

HSL color Cylindrical-coordinate representation of color #9FA1C2: hue angle of 236.57º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FA1C2 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB159161194-
CMYK0.180.1700.24
HSL236.57º22.29%69.22%-
HSV(B)236.57º18.04%76.08%-
XYZ36.7836.7656.19-
YUV164.16144.84124.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.93%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 194 (76.17% from 255) = 37.74%
R=30.93%
G=31.32%
B=37.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591611940.180.1700.24236.5722.2969.22
Hex9FA1C21211018ed1645
Octal237241302222103035526105
Binary100111111010000111000010100101000101100011101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fa1c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,194); }

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

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

 a { background-color: rgb(159,161,194); }

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

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

 span { border-color: rgb(159,161,194); }

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