#999AE1

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

Shades of Blue Bell #999AE1

Tints of Blue Bell #999AE1

Color information

#999AE1 (or 0x999AE1) is unknown color: approx Blue Bell. HEX triplet: 99, 9A and E1. RGB value is (153,154,225). Sum of RGB (Red+Green+Blue) = 153+154+225=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #999AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AE1 is #66651E. Grayscale: #A1A1A1. Windows color (decimal): -6710559 or 14785177. OLE color: 14785177.

HSL color Cylindrical-coordinate representation of color #999AE1: hue angle of 239.17º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999AE1 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB153154225-
CMYK0.320.3200.12
HSL239.17º54.55%74.12%-
HSV(B)239.17º32%88.24%-
XYZ38.2835.3276.03-
YUV161.79163.67121.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.76%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=28.76%
G=28.95%
B=42.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1531542250.320.3200.12239.1754.5574.12
Hex999AE120200Cef374a
Octal231232341404001435767112
Binary10011001100110101110000110000010000001100111011111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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