#999ECC

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

Shades of Blue Bell #999ECC

Tints of Blue Bell #999ECC

Color information

#999ECC (or 0x999ECC) is unknown color: approx Blue Bell. HEX triplet: 99, 9E and CC. RGB value is (153,158,204). Sum of RGB (Red+Green+Blue) = 153+158+204=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #999ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ECC is #666133. Grayscale: #A1A1A1. Windows color (decimal): -6709556 or 13409945. OLE color: 13409945.

HSL color Cylindrical-coordinate representation of color #999ECC: hue angle of 234.12º 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 #999ECC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153158204-
CMYK0.250.2300.2
HSL234.12º33.33%70%-
HSV(B)234.12º25%80%-
XYZ36.2635.5962.08-
YUV161.75151.84121.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.71%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=29.71%
G=30.68%
B=39.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531582040.250.2300.2234.1233.3370
Hex999ECC1917014ea2146
Octal231236314312702435241106
Binary1001100110011110110011001100110111010100111010101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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