#9999DB

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

Shades of Blue Bell #9999DB

Tints of Blue Bell #9999DB

Color information

#9999DB (or 0x9999DB) is unknown color: approx Blue Bell. HEX triplet: 99, 99 and DB. RGB value is (153,153,219). Sum of RGB (Red+Green+Blue) = 153+153+219=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #9999DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999DB is #666624. Grayscale: #A0A0A0. Windows color (decimal): -6710821 or 14391705. OLE color: 14391705.

HSL color Cylindrical-coordinate representation of color #9999DB: hue angle of 240º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9999DB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153153219-
CMYK0.300.3000.14
HSL240º47.83%72.94%-
HSV(B)240º30.14%85.88%-
XYZ37.3134.6771.74-
YUV160.52161122.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=29.14%
G=29.14%
B=41.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531532190.300.3000.1424047.8372.94
Hex9999DB1E1E0Ef03049
Octal231231333363601636060111
Binary100110011001100111011011111101111001110111100001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9999DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9999DB; }

 p { color: rgb(153,153,219); }

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

<style>
 a { background-color: #9999DB; }

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

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

<style>
 span { border-color: #9999DB; }

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

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