#999FCC

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

Shades of Blue Bell #999FCC

Tints of Blue Bell #999FCC

Color information

#999FCC (or 0x999FCC) is unknown color: approx Blue Bell. HEX triplet: 99, 9F and CC. RGB value is (153,159,204). Sum of RGB (Red+Green+Blue) = 153+159+204=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #999FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FCC is #666033. Grayscale: #A2A2A2. Windows color (decimal): -6709300 or 13410201. OLE color: 13410201.

HSL color Cylindrical-coordinate representation of color #999FCC: hue angle of 232.94º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #999FCC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153159204-
CMYK0.250.2200.2
HSL232.94º33.33%70%-
HSV(B)232.94º25%80%-
XYZ36.4335.9362.14-
YUV162.34151.51121.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.65%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=29.65%
G=30.81%
B=39.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531592040.250.2200.2232.9433.3370
Hex999FCC1916014e92146
Octal231237314312602435141106
Binary1001100110011111110011001100110110010100111010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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