#9FA2CC

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

Shades of Blue Bell #9FA2CC

Tints of Blue Bell #9FA2CC

Color information

#9FA2CC (or 0x9FA2CC) is unknown color: approx Blue Bell. HEX triplet: 9F, A2 and CC. RGB value is (159,162,204). Sum of RGB (Red+Green+Blue) = 159+162+204=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2CC is #605D33. Grayscale: #A5A5A5. Windows color (decimal): -6315316 or 13410975. OLE color: 13410975.

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

Color convert

RGB159162204-
CMYK0.220.2100.2
HSL236º30.61%71.18%-
HSV(B)236º22.06%80%-
XYZ38.1237.5762.37-
YUV165.89149.51123.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.29%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=30.29%
G=30.86%
B=38.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591622040.220.2100.223630.6171.18
Hex9FA2CC1615014ec1f47
Octal237242314262502435437107
Binary100111111010001011001100101101010101010011101100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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