Html Css Color HEX #999BDC Blue Bell

📋 copy color: '#999BDC'

red 153 ◦ green 155 ◦ blue 220

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

Shades of Blue Bell #999BDC

Tints of Blue Bell #999BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.36%

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

R = 28.98%
G = 29.36%
B = 41.67%

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

#999BDC (or 0x999BDC) is known color: Blue Bell. HEX triplet: 99, 9B and DC. RGB value is (153,155,220). Sum of RGB (Red+Green+Blue) = 153+155+220=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #999BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BDC is #666423. Grayscale: #A1A1A1. Windows color (decimal): -6710308 or 14457753. OLE color: 14457753.

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

Color convert

RGB 153 155 220 -
CMYK 0.30 0.30 0 0.14
HSL 238.21º 0.49% 0.73% -
HSV(B) 238.21º 0.3% 0.86% -
XYZ 37.78 35.38 72.55 -
YUV 161.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 153 155 220 0.30 0.30 0 0.14 238.21 0.49 0.73
Hex 99 9B DC 1E 1E 0 E EE 31 49
Octal 231 233 334 36 36 0 16 356 61 111
Binary 10011001 10011011 11011100 11110 11110 0 1110 11101110 110001 1001001

Color Harmonies of #999BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BDC

Black with #999BDC

Text Example


Text Example

White with #999BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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