Html Css Color HEX #999FBF Blue Bell

📋 copy color: '#999FBF'

red 153 ◦ green 159 ◦ blue 191

#999FBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #999FBF

Tints of Blue Bell #999FBF

RGB

 RED value IS 153 (60.16% from 255) = 30.42%

 GREEN value IS 159 (62.5% from 255) = 31.61%

 BLUE value IS 191 (75% from 255) = 37.97%

R = 30.42%
G = 31.61%
B = 37.97%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#999FBF (or 0x999FBF) is known color: Blue Bell. HEX triplet: 99, 9F and BF. RGB value is (153,159,191). Sum of RGB (Red+Green+Blue) = 153+159+191=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #999FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FBF is #666040. Grayscale: #A0A0A0. Windows color (decimal): -6709313 or 12558233. OLE color: 12558233.

HSL color Cylindrical-coordinate representation of color #999FBF: hue angle of 230.53º 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 #999FBF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 159 191 -
CMYK 0.20 0.17 0 0.25
HSL 230.53º 0.23% 0.67% -
HSV(B) 230.53º 0.2% 0.75% -
XYZ 34.94 35.33 54.27 -
YUV 160.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 153 159 191 0.20 0.17 0 0.25 230.53 0.23 0.67
Hex 99 9F BF 14 11 0 19 E7 17 43
Octal 231 237 277 24 21 0 31 347 27 103
Binary 10011001 10011111 10111111 10100 10001 0 11001 11100111 10111 1000011

Color Harmonies of #999FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FBF

Black with #999FBF

Text Example


Text Example

White with #999FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #999FBF;
 }
 .AnyTagClassName
 {
   color: #999FBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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