#999FC3

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

Shades of Blue Bell #999FC3

Tints of Blue Bell #999FC3

Color information

#999FC3 (or 0x999FC3) is unknown color: approx Blue Bell. HEX triplet: 99, 9F and C3. RGB value is (153,159,195). Sum of RGB (Red+Green+Blue) = 153+159+195=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #999FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FC3 is #66603C. Grayscale: #A1A1A1. Windows color (decimal): -6709309 or 12820377. OLE color: 12820377.

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

Color convert

RGB153159195-
CMYK0.220.1800.24
HSL231.43º25.93%68.24%-
HSV(B)231.43º21.54%76.47%-
XYZ35.3935.5156.62-
YUV161.31147.01122.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=30.18%
G=31.36%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531591950.220.1800.24231.4325.9368.24
Hex999FC31612018e71a44
Octal231237303262203034732104
Binary100110011001111111000011101101001001100011100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999FC3; }

 p { color: rgb(153,159,195); }

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

<style>
 a { background-color: #999FC3; }

 a { background-color: rgb(153,159,195); }

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

<style>
 span { border-color: #999FC3; }

 span { border-color: rgb(153,159,195); }

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