#999DD2

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

Shades of Blue Bell #999DD2

Tints of Blue Bell #999DD2

Color information

#999DD2 (or 0x999DD2) is unknown color: approx Blue Bell. HEX triplet: 99, 9D and D2. RGB value is (153,157,210). Sum of RGB (Red+Green+Blue) = 153+157+210=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #999DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DD2 is #66622D. Grayscale: #A1A1A1. Windows color (decimal): -6709806 or 13802905. OLE color: 13802905.

HSL color Cylindrical-coordinate representation of color #999DD2: hue angle of 235.79º 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 #999DD2 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153157210-
CMYK0.270.2500.18
HSL235.79º38.78%71.18%-
HSV(B)235.79º27.14%82.35%-
XYZ36.8335.5465.89-
YUV161.85155.17121.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 210 (82.42% from 255) = 40.38%
R=29.42%
G=30.19%
B=40.38%

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
Decimal1531572100.270.2500.18235.7938.7871.18
Hex999DD21B19012ec2747
Octal231235322333102235447107
Binary1001100110011101110100101101111001010010111011001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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