#999DDA

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

Shades of Blue Bell #999DDA

Tints of Blue Bell #999DDA

Color information

#999DDA (or 0x999DDA) is unknown color: approx Blue Bell. HEX triplet: 99, 9D and DA. RGB value is (153,157,218). Sum of RGB (Red+Green+Blue) = 153+157+218=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #999DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DDA is #666225. Grayscale: #A2A2A2. Windows color (decimal): -6709798 or 14327193. OLE color: 14327193.

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

Color convert

RGB153157218-
CMYK0.300.2800.15
HSL236.31º46.76%72.75%-
HSV(B)236.31º29.82%85.49%-
XYZ37.8535.9571.27-
YUV162.76159.17121.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.98%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=28.98%
G=29.73%
B=41.29%

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
Decimal1531572180.300.2800.15236.3146.7672.75
Hex999DDA1E1C0Fec2f49
Octal231235332363401735457111
Binary100110011001110111011010111101110001111111011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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