#9FA2CA

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

Shades of Blue Bell #9FA2CA

Tints of Blue Bell #9FA2CA

Color information

#9FA2CA (or 0x9FA2CA) is unknown color: approx Blue Bell. HEX triplet: 9F, A2 and CA. RGB value is (159,162,202). Sum of RGB (Red+Green+Blue) = 159+162+202=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2CA is #605D35. Grayscale: #A5A5A5. Windows color (decimal): -6315318 or 13279903. OLE color: 13279903.

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

Color convert

RGB159162202-
CMYK0.210.2000.21
HSL235.81º28.86%70.78%-
HSV(B)235.81º21.29%79.22%-
XYZ37.8837.4861.11-
YUV165.66148.51123.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=30.40%
G=30.98%
B=38.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591622020.210.2000.21235.8128.8670.78
Hex9FA2CA1514015ec1d47
Octal237242312252402535435107
Binary100111111010001011001010101011010001010111101100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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