#999FD1

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

Shades of Blue Bell #999FD1

Tints of Blue Bell #999FD1

Color information

#999FD1 (or 0x999FD1) is unknown color: approx Blue Bell. HEX triplet: 99, 9F and D1. RGB value is (153,159,209). Sum of RGB (Red+Green+Blue) = 153+159+209=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #999FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FD1 is #66602E. Grayscale: #A2A2A2. Windows color (decimal): -6709295 or 13737881. OLE color: 13737881.

HSL color Cylindrical-coordinate representation of color #999FD1: hue angle of 233.57º 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 #999FD1 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153159209-
CMYK0.270.2400.18
HSL233.57º37.84%70.98%-
HSV(B)233.57º26.79%81.96%-
XYZ37.0436.1765.35-
YUV162.91154.01120.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=29.37%
G=30.52%
B=40.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531592090.270.2400.18233.5737.8470.98
Hex999FD11B18012ea2647
Octal231237321333002235246107
Binary1001100110011111110100011101111000010010111010101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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