#999EDB

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

Shades of Blue Bell #999EDB

Tints of Blue Bell #999EDB

Color information

#999EDB (or 0x999EDB) is unknown color: approx Blue Bell. HEX triplet: 99, 9E and DB. RGB value is (153,158,219). Sum of RGB (Red+Green+Blue) = 153+158+219=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #999EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EDB is #666124. Grayscale: #A3A3A3. Windows color (decimal): -6709541 or 14392985. OLE color: 14392985.

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

Color convert

RGB153158219-
CMYK0.300.2800.14
HSL235.45º47.83%72.94%-
HSV(B)235.45º30.14%85.88%-
XYZ38.1536.3472.02-
YUV163.46159.34120.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.87%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=28.87%
G=29.81%
B=41.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531582190.300.2800.14235.4547.8372.94
Hex999EDB1E1C0Eeb3049
Octal231236333363401635360111
Binary100110011001111011011011111101110001110111010111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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