#999CD1

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

Shades of Blue Bell #999CD1

Tints of Blue Bell #999CD1

Color information

#999CD1 (or 0x999CD1) is unknown color: approx Blue Bell. HEX triplet: 99, 9C and D1. RGB value is (153,156,209). Sum of RGB (Red+Green+Blue) = 153+156+209=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #999CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CD1 is #66632E. Grayscale: #A0A0A0. Windows color (decimal): -6710063 or 13737113. OLE color: 13737113.

HSL color Cylindrical-coordinate representation of color #999CD1: hue angle of 236.79º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #999CD1 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153156209-
CMYK0.270.2500.18
HSL236.79º37.84%70.98%-
HSV(B)236.79º26.79%81.96%-
XYZ36.5335.1565.18-
YUV161.14155.01122.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=29.54%
G=30.12%
B=40.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531562090.270.2500.18236.7937.8470.98
Hex999CD11B19012ed2647
Octal231234321333102235546107
Binary1001100110011100110100011101111001010010111011011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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