Html Css Color HEX #999FD1 Blue Bell

📋 copy color: '#999FD1'

red 153 ◦ green 159 ◦ blue 209

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

Shades of Blue Bell #999FD1

Tints of Blue Bell #999FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 29.37%
G = 30.52%
B = 40.12%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#999FD1 (or 0x999FD1) is known color: Blue Bell. HEX triplet: 99, 9F and D1. RGB value is (153,159,209). Sum of RGB (Red+Green+Blue) = 153+159+209=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #999FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FD1 is #66602E. Grayscale: #A2A2A2. Windows color (decimal): -6709295 or 13737881. OLE color: 13737881.

HSL color Cylindrical-coordinate representation of color #999FD1: hue angle of 233.57º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #999FD1 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 159 209 -
CMYK 0.27 0.24 0 0.18
HSL 233.57º 0.38% 0.71% -
HSV(B) 233.57º 0.27% 0.82% -
XYZ 37.04 36.17 65.35 -
YUV 162.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 153 159 209 0.27 0.24 0 0.18 233.57 0.38 0.71
Hex 99 9F D1 1B 18 0 12 EA 26 47
Octal 231 237 321 33 30 0 22 352 46 107
Binary 10011001 10011111 11010001 11011 11000 0 10010 11101010 100110 1000111

Color Harmonies of #999FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FD1

Black with #999FD1

Text Example


Text Example

White with #999FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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