#999ACC

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

Shades of Blue Bell #999ACC

Tints of Blue Bell #999ACC

Color information

#999ACC (or 0x999ACC) is unknown color: approx Blue Bell. HEX triplet: 99, 9A and CC. RGB value is (153,154,204). Sum of RGB (Red+Green+Blue) = 153+154+204=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #999ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ACC is #666533. Grayscale: #9F9F9F. Windows color (decimal): -6710580 or 13408921. OLE color: 13408921.

HSL color Cylindrical-coordinate representation of color #999ACC: hue angle of 238.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #999ACC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153154204-
CMYK0.250.2500.2
HSL238.82º33.33%70%-
HSV(B)238.82º25%80%-
XYZ35.5934.2461.86-
YUV159.4153.17123.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=29.94%
G=30.14%
B=39.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531542040.250.2500.2238.8233.3370
Hex999ACC1919014ef2146
Octal231232314313102435741106
Binary1001100110011010110011001100111001010100111011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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