#9FA0CC

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

Shades of Blue Bell #9FA0CC

Tints of Blue Bell #9FA0CC

Color information

#9FA0CC (or 0x9FA0CC) is unknown color: approx Blue Bell. HEX triplet: 9F, A0 and CC. RGB value is (159,160,204). Sum of RGB (Red+Green+Blue) = 159+160+204=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FA0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA0CC is #605F33. Grayscale: #A4A4A4. Windows color (decimal): -6315828 or 13410463. OLE color: 13410463.

HSL color Cylindrical-coordinate representation of color #9FA0CC: hue angle of 238.67º degrees, saturation: 0.31, 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 #9FA0CC is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159160204-
CMYK0.220.2200.2
HSL238.67º30.61%71.18%-
HSV(B)238.67º22.06%80%-
XYZ37.7736.8762.25-
YUV164.72150.17123.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=30.40%
G=30.59%
B=39.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591602040.220.2200.2238.6730.6171.18
Hex9FA0CC1616014ef1f47
Octal237240314262602435737107
Binary100111111010000011001100101101011001010011101111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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