Html Css Color HEX #999CDB Blue Bell

📋 copy color: '#999CDB'

red 153 ◦ green 156 ◦ blue 219

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

Shades of Blue Bell #999CDB

Tints of Blue Bell #999CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.55%

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

R = 28.98%
G = 29.55%
B = 41.48%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#999CDB (or 0x999CDB) is known color: Blue Bell. HEX triplet: 99, 9C and DB. RGB value is (153,156,219). Sum of RGB (Red+Green+Blue) = 153+156+219=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #999CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CDB is #666324. Grayscale: #A2A2A2. Windows color (decimal): -6710053 or 14392473. OLE color: 14392473.

HSL color Cylindrical-coordinate representation of color #999CDB: hue angle of 237.27º 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 #999CDB is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 156 219 -
CMYK 0.30 0.29 0 0.14
HSL 237.27º 0.48% 0.73% -
HSV(B) 237.27º 0.3% 0.86% -
XYZ 37.81 35.66 71.91 -
YUV 162.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 153 156 219 0.30 0.29 0 0.14 237.27 0.48 0.73
Hex 99 9C DB 1E 1D 0 E ED 30 49
Octal 231 234 333 36 35 0 16 355 60 111
Binary 10011001 10011100 11011011 11110 11101 0 1110 11101101 110000 1001001

Color Harmonies of #999CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CDB

Black with #999CDB

Text Example


Text Example

White with #999CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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