#999BC3

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

Shades of Blue Bell #999BC3

Tints of Blue Bell #999BC3

Color information

#999BC3 (or 0x999BC3) is unknown color: approx Blue Bell. HEX triplet: 99, 9B and C3. RGB value is (153,155,195). Sum of RGB (Red+Green+Blue) = 153+155+195=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #999BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BC3 is #66643C. Grayscale: #9E9E9E. Windows color (decimal): -6710333 or 12819353. OLE color: 12819353.

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

Color convert

RGB153155195-
CMYK0.220.2100.24
HSL237.14º25.93%68.24%-
HSV(B)237.14º21.54%76.47%-
XYZ34.7134.1656.39-
YUV158.96148.34123.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=30.42%
G=30.82%
B=38.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531551950.220.2100.24237.1425.9368.24
Hex999BC31615018ed1a44
Octal231233303262503035532104
Binary100110011001101111000011101101010101100011101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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