Html Css Color HEX #999DBF Blue Bell

📋 copy color: '#999DBF'

red 153 ◦ green 157 ◦ blue 191

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

Shades of Blue Bell #999DBF

Tints of Blue Bell #999DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.34%

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

R = 30.54%
G = 31.34%
B = 38.12%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#999DBF (or 0x999DBF) is known color: Blue Bell. HEX triplet: 99, 9D and BF. RGB value is (153,157,191). Sum of RGB (Red+Green+Blue) = 153+157+191=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #999DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DBF is #666240. Grayscale: #9F9F9F. Windows color (decimal): -6709825 or 12557721. OLE color: 12557721.

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

Color convert

RGB 153 157 191 -
CMYK 0.20 0.18 0 0.25
HSL 233.68º 0.23% 0.67% -
HSV(B) 233.68º 0.2% 0.75% -
XYZ 34.6 34.65 54.15 -
YUV 159.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 153 157 191 0.20 0.18 0 0.25 233.68 0.23 0.67
Hex 99 9D BF 14 12 0 19 EA 17 43
Octal 231 235 277 24 22 0 31 352 27 103
Binary 10011001 10011101 10111111 10100 10010 0 11001 11101010 10111 1000011

Color Harmonies of #999DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DBF

Black with #999DBF

Text Example


Text Example

White with #999DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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