#9999DF

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

Shades of Blue Bell #9999DF

Tints of Blue Bell #9999DF

Color information

#9999DF (or 0x9999DF) is unknown color: approx Blue Bell. HEX triplet: 99, 99 and DF. RGB value is (153,153,223). Sum of RGB (Red+Green+Blue) = 153+153+223=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #9999DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999DF is #666620. Grayscale: #A0A0A0. Windows color (decimal): -6710817 or 14653849. OLE color: 14653849.

HSL color Cylindrical-coordinate representation of color #9999DF: hue angle of 240º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9999DF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153153223-
CMYK0.310.3100.13
HSL240º52.24%73.73%-
HSV(B)240º31.39%87.45%-
XYZ37.8534.8874.55-
YUV160.98163122.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=28.92%
G=28.92%
B=42.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531532230.310.3100.1324052.2473.73
Hex9999DF1F1F0Df0344a
Octal231231337373701536064112
Binary100110011001100111011111111111111101101111100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9999DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9999DF; }

 p { color: rgb(153,153,223); }

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

<style>
 a { background-color: #9999DF; }

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

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

<style>
 span { border-color: #9999DF; }

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

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