Html Css Color HEX #9999DC Blue Bell

📋 copy color: '#9999DC'

red 153 ◦ green 153 ◦ blue 220

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

Shades of Blue Bell #9999DC

Tints of Blue Bell #9999DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.09%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 29.09%
G = 29.09%
B = 41.83%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9999DC (or 0x9999DC) is known color: Blue Bell. HEX triplet: 99, 99 and DC. RGB value is (153,153,220). Sum of RGB (Red+Green+Blue) = 153+153+220=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #9999DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999DC is #666623. Grayscale: #A0A0A0. Windows color (decimal): -6710820 or 14457241. OLE color: 14457241.

HSL color Cylindrical-coordinate representation of color #9999DC: hue angle of 240º degrees, saturation: 0.49, 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 #9999DC is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 153 220 -
CMYK 0.30 0.30 0 0.14
HSL 240º 0.49% 0.73% -
HSV(B) 240º 0.3% 0.86% -
XYZ 37.45 34.72 72.44 -
YUV 160.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 153 153 220 0.30 0.30 0 0.14 240 0.49 0.73
Hex 99 99 DC 1E 1E 0 E F0 31 49
Octal 231 231 334 36 36 0 16 360 61 111
Binary 10011001 10011001 11011100 11110 11110 0 1110 11110000 110001 1001001

Color Harmonies of #9999DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9999DC

Black with #9999DC

Text Example


Text Example

White with #9999DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9999DC; }

 p { color: rgb(153,153,220); }

 H1.HeaderClassName
 {
   color: #9999DC;
 }
 .AnyTagClassName
 {
   color: #9999DC;
 }
</style>

background-color css

<style>
 a { background-color: #9999DC; }

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

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

border-color css

<style>
 span { border-color: #9999DC; }

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

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