#999BDB

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

Shades of Blue Bell #999BDB

Tints of Blue Bell #999BDB

Color information

#999BDB (or 0x999BDB) is unknown color: approx Blue Bell. HEX triplet: 99, 9B and DB. RGB value is (153,155,219). Sum of RGB (Red+Green+Blue) = 153+155+219=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #999BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BDB is #666424. Grayscale: #A1A1A1. Windows color (decimal): -6710309 or 14392217. OLE color: 14392217.

HSL color Cylindrical-coordinate representation of color #999BDB: hue angle of 238.18º 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 #999BDB is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153155219-
CMYK0.300.2900.14
HSL238.18º47.83%72.94%-
HSV(B)238.18º30.14%85.88%-
XYZ37.6435.3371.85-
YUV161.7160.34121.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=29.03%
G=29.41%
B=41.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531552190.300.2900.14238.1847.8372.94
Hex999BDB1E1D0Eee3049
Octal231233333363501635660111
Binary100110011001101111011011111101110101110111011101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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