#999ED2

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

Shades of Blue Bell #999ED2

Tints of Blue Bell #999ED2

Color information

#999ED2 (or 0x999ED2) is unknown color: approx Blue Bell. HEX triplet: 99, 9E and D2. RGB value is (153,158,210). Sum of RGB (Red+Green+Blue) = 153+158+210=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #999ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ED2 is #66612D. Grayscale: #A2A2A2. Windows color (decimal): -6709550 or 13803161. OLE color: 13803161.

HSL color Cylindrical-coordinate representation of color #999ED2: hue angle of 234.74º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #999ED2 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153158210-
CMYK0.270.2500.18
HSL234.74º38.78%71.18%-
HSV(B)234.74º27.14%82.35%-
XYZ3735.8865.95-
YUV162.43154.84121.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 210 (82.42% from 255) = 40.31%
R=29.37%
G=30.33%
B=40.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531582100.270.2500.18234.7438.7871.18
Hex999ED21B19012eb2747
Octal231236322333102235347107
Binary1001100110011110110100101101111001010010111010111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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