#999BD4

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

Shades of Blue Bell #999BD4

Tints of Blue Bell #999BD4

Color information

#999BD4 (or 0x999BD4) is unknown color: approx Blue Bell. HEX triplet: 99, 9B and D4. RGB value is (153,155,212). Sum of RGB (Red+Green+Blue) = 153+155+212=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #999BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BD4 is #66642B. Grayscale: #A0A0A0. Windows color (decimal): -6710316 or 13933465. OLE color: 13933465.

HSL color Cylindrical-coordinate representation of color #999BD4: hue angle of 237.97º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #999BD4 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB153155212-
CMYK0.280.2700.17
HSL237.97º40.69%71.57%-
HSV(B)237.97º27.83%83.14%-
XYZ36.7434.9767.1-
YUV160.9156.84122.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=29.42%
G=29.81%
B=40.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1531552120.280.2700.17237.9740.6971.57
Hex999BD41C1B011ee2948
Octal231233324343302135651110
Binary1001100110011011110101001110011011010001111011101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,155,212); }

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

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

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

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

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

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

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