#999CBF

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

Shades of Blue Bell #999CBF

Tints of Blue Bell #999CBF

Color information

#999CBF (or 0x999CBF) is unknown color: approx Blue Bell. HEX triplet: 99, 9C and BF. RGB value is (153,156,191). Sum of RGB (Red+Green+Blue) = 153+156+191=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #999CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CBF is #666340. Grayscale: #9E9E9E. Windows color (decimal): -6710081 or 12557465. OLE color: 12557465.

HSL color Cylindrical-coordinate representation of color #999CBF: hue angle of 235.26º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #999CBF is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153156191-
CMYK0.200.1800.25
HSL235.26º22.89%67.45%-
HSV(B)235.26º19.9%74.9%-
XYZ34.4334.3154.1-
YUV159.09146.01123.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 191 (75% from 255) = 38.2%
R=30.6%
G=31.2%
B=38.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531561910.200.1800.25235.2622.8967.45
Hex999CBF1412019eb1743
Octal231234277242203135327103
Binary100110011001110010111111101001001001100111101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,191); }

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

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

 a { background-color: rgb(153,156,191); }

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

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

 span { border-color: rgb(153,156,191); }

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