#999EBF

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

Shades of Blue Bell #999EBF

Tints of Blue Bell #999EBF

Color information

#999EBF (or 0x999EBF) is unknown color: approx Blue Bell. HEX triplet: 99, 9E and BF. RGB value is (153,158,191). Sum of RGB (Red+Green+Blue) = 153+158+191=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #999EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EBF is #666140. Grayscale: #A0A0A0. Windows color (decimal): -6709569 or 12557977. OLE color: 12557977.

HSL color Cylindrical-coordinate representation of color #999EBF: hue angle of 232.11º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #999EBF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153158191-
CMYK0.200.1700.25
HSL232.11º22.89%67.45%-
HSV(B)232.11º19.9%74.9%-
XYZ34.7734.9954.21-
YUV160.27145.34122.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 191 (75% from 255) = 38.05%
R=30.48%
G=31.47%
B=38.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531581910.200.1700.25232.1122.8967.45
Hex999EBF1411019e81743
Octal231236277242103135027103
Binary100110011001111010111111101001000101100111101000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,158,191); }

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

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

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

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

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

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

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