#999ADD

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

Shades of Blue Bell #999ADD

Tints of Blue Bell #999ADD

Color information

#999ADD (or 0x999ADD) is unknown color: approx Blue Bell. HEX triplet: 99, 9A and DD. RGB value is (153,154,221). Sum of RGB (Red+Green+Blue) = 153+154+221=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #999ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ADD is #666522. Grayscale: #A1A1A1. Windows color (decimal): -6710563 or 14523033. OLE color: 14523033.

HSL color Cylindrical-coordinate representation of color #999ADD: hue angle of 239.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999ADD is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153154221-
CMYK0.310.3000.13
HSL239.12º50%73.33%-
HSV(B)239.12º30.77%86.67%-
XYZ37.7435.173.19-
YUV161.34161.67122.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.98%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=28.98%
G=29.17%
B=41.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531542210.310.3000.13239.125073.33
Hex999ADD1F1E0Def3249
Octal231232335373601535762111
Binary100110011001101011011101111111111001101111011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,154,221); }

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

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

 a { background-color: rgb(153,154,221); }

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

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

 span { border-color: rgb(153,154,221); }

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