#9FA0CB

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

Shades of Blue Bell #9FA0CB

Tints of Blue Bell #9FA0CB

Color information

#9FA0CB (or 0x9FA0CB) is unknown color: approx Blue Bell. HEX triplet: 9F, A0 and CB. RGB value is (159,160,203). Sum of RGB (Red+Green+Blue) = 159+160+203=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA0CB is #605F34. Grayscale: #A4A4A4. Windows color (decimal): -6315829 or 13344927. OLE color: 13344927.

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

Color convert

RGB159160203-
CMYK0.220.2100.20
HSL238.64º29.73%70.98%-
HSV(B)238.64º21.67%79.61%-
XYZ37.6536.8261.62-
YUV164.6149.67124-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.46%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=30.46%
G=30.65%
B=38.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591602030.220.2100.20238.6429.7370.98
Hex9FA0CB1615014ef1e47
Octal237240313262502435736107
Binary100111111010000011001011101101010101010011101111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,160,203); }

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

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

 a { background-color: rgb(159,160,203); }

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

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

 span { border-color: rgb(159,160,203); }

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