#999FD6

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

Shades of Blue Bell #999FD6

Tints of Blue Bell #999FD6

Color information

#999FD6 (or 0x999FD6) is unknown color: approx Blue Bell. HEX triplet: 99, 9F and D6. RGB value is (153,159,214). Sum of RGB (Red+Green+Blue) = 153+159+214=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #999FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FD6 is #666029. Grayscale: #A3A3A3. Windows color (decimal): -6709290 or 14065561. OLE color: 14065561.

HSL color Cylindrical-coordinate representation of color #999FD6: hue angle of 234.1º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #999FD6 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153159214-
CMYK0.290.2600.16
HSL234.1º42.66%71.96%-
HSV(B)234.1º28.5%83.92%-
XYZ37.6736.4268.66-
YUV163.48156.51120.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.09%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 214 (83.98% from 255) = 40.68%
R=29.09%
G=30.23%
B=40.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1531592140.290.2600.16234.142.6671.96
Hex999FD61D1A010ea2b48
Octal231237326353202035253110
Binary1001100110011111110101101110111010010000111010101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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