#999BDF

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

Shades of Blue Bell #999BDF

Tints of Blue Bell #999BDF

Color information

#999BDF (or 0x999BDF) is unknown color: approx Blue Bell. HEX triplet: 99, 9B and DF. RGB value is (153,155,223). Sum of RGB (Red+Green+Blue) = 153+155+223=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #999BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BDF is #666420. Grayscale: #A1A1A1. Windows color (decimal): -6710305 or 14654361. OLE color: 14654361.

HSL color Cylindrical-coordinate representation of color #999BDF: hue angle of 238.29º 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 #999BDF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153155223-
CMYK0.310.3000.13
HSL238.29º52.24%73.73%-
HSV(B)238.29º31.39%87.45%-
XYZ38.1835.5474.66-
YUV162.15162.34121.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.81%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=28.81%
G=29.19%
B=42.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531552230.310.3000.13238.2952.2473.73
Hex999BDF1F1E0Dee344a
Octal231233337373601535664112
Binary100110011001101111011111111111111001101111011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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