#999EDA

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

Shades of Blue Bell #999EDA

Tints of Blue Bell #999EDA

Color information

#999EDA (or 0x999EDA) is unknown color: approx Blue Bell. HEX triplet: 99, 9E and DA. RGB value is (153,158,218). Sum of RGB (Red+Green+Blue) = 153+158+218=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #999EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EDA is #666125. Grayscale: #A3A3A3. Windows color (decimal): -6709542 or 14327449. OLE color: 14327449.

HSL color Cylindrical-coordinate representation of color #999EDA: hue angle of 235.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999EDA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153158218-
CMYK0.300.2800.15
HSL235.38º46.76%72.75%-
HSV(B)235.38º29.82%85.49%-
XYZ38.0236.2971.33-
YUV163.34158.84120.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=28.92%
G=29.87%
B=41.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531582180.300.2800.15235.3846.7672.75
Hex999EDA1E1C0Feb2f49
Octal231236332363401735357111
Binary100110011001111011011010111101110001111111010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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