#999CDC

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

Shades of Blue Bell #999CDC

Tints of Blue Bell #999CDC

Color information

#999CDC (or 0x999CDC) is unknown color: approx Blue Bell. HEX triplet: 99, 9C and DC. RGB value is (153,156,220). Sum of RGB (Red+Green+Blue) = 153+156+220=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #999CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CDC is #666323. Grayscale: #A2A2A2. Windows color (decimal): -6710052 or 14458009. OLE color: 14458009.

HSL color Cylindrical-coordinate representation of color #999CDC: hue angle of 237.31º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999CDC is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153156220-
CMYK0.300.2900.14
HSL237.31º48.91%73.14%-
HSV(B)237.31º30.45%86.27%-
XYZ37.9435.7272.6-
YUV162.4160.51121.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=28.92%
G=29.49%
B=41.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531562200.300.2900.14237.3148.9173.14
Hex999CDC1E1D0Eed3149
Octal231234334363501635561111
Binary100110011001110011011100111101110101110111011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,220); }

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

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

 a { background-color: rgb(153,156,220); }

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

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

 span { border-color: rgb(153,156,220); }

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