Html Css Color HEX #999EDB Blue Bell

📋 copy color: '#999EDB'

red 153 ◦ green 158 ◦ blue 219

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

Shades of Blue Bell #999EDB

Tints of Blue Bell #999EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.81%

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 28.87%
G = 29.81%
B = 41.32%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#999EDB (or 0x999EDB) is known color: Blue Bell. HEX triplet: 99, 9E and DB. RGB value is (153,158,219). Sum of RGB (Red+Green+Blue) = 153+158+219=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #999EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EDB is #666124. Grayscale: #A3A3A3. Windows color (decimal): -6709541 or 14392985. OLE color: 14392985.

HSL color Cylindrical-coordinate representation of color #999EDB: hue angle of 235.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999EDB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 158 219 -
CMYK 0.30 0.28 0 0.14
HSL 235.45º 0.48% 0.73% -
HSV(B) 235.45º 0.3% 0.86% -
XYZ 38.15 36.34 72.02 -
YUV 163.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 153 158 219 0.30 0.28 0 0.14 235.45 0.48 0.73
Hex 99 9E DB 1E 1C 0 E EB 30 49
Octal 231 236 333 36 34 0 16 353 60 111
Binary 10011001 10011110 11011011 11110 11100 0 1110 11101011 110000 1001001

Color Harmonies of #999EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999EDB

Black with #999EDB

Text Example


Text Example

White with #999EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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