#999ACE

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

Shades of Blue Bell #999ACE

Tints of Blue Bell #999ACE

Color information

#999ACE (or 0x999ACE) is unknown color: approx Blue Bell. HEX triplet: 99, 9A and CE. RGB value is (153,154,206). Sum of RGB (Red+Green+Blue) = 153+154+206=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #999ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ACE is #666531. Grayscale: #9F9F9F. Windows color (decimal): -6710578 or 13539993. OLE color: 13539993.

HSL color Cylindrical-coordinate representation of color #999ACE: hue angle of 238.87º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999ACE is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153154206-
CMYK0.260.2500.19
HSL238.87º35.1%70.39%-
HSV(B)238.87º25.73%80.78%-
XYZ35.8334.3463.13-
YUV159.63154.17123.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=29.82%
G=30.02%
B=40.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531542060.260.2500.19238.8735.170.39
Hex999ACE1A19013ef2346
Octal231232316323102335743106
Binary1001100110011010110011101101011001010011111011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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