Html Css Color HEX #999BDD Blue Bell

📋 copy color: '#999BDD'

red 153 ◦ green 155 ◦ blue 221

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

Shades of Blue Bell #999BDD

Tints of Blue Bell #999BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 28.92%
G = 29.3%
B = 41.78%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#999BDD (or 0x999BDD) is known color: Blue Bell. HEX triplet: 99, 9B and DD. RGB value is (153,155,221). Sum of RGB (Red+Green+Blue) = 153+155+221=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #999BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BDD is #666422. Grayscale: #A1A1A1. Windows color (decimal): -6710307 or 14523289. OLE color: 14523289.

HSL color Cylindrical-coordinate representation of color #999BDD: hue angle of 238.24º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999BDD is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 155 221 -
CMYK 0.31 0.30 0 0.13
HSL 238.24º 0.5% 0.73% -
HSV(B) 238.24º 0.31% 0.87% -
XYZ 37.91 35.44 73.25 -
YUV 161.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 153 155 221 0.31 0.30 0 0.13 238.24 0.5 0.73
Hex 99 9B DD 1F 1E 0 D EE 32 49
Octal 231 233 335 37 36 0 15 356 62 111
Binary 10011001 10011011 11011101 11111 11110 0 1101 11101110 110010 1001001

Color Harmonies of #999BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BDD

Black with #999BDD

Text Example


Text Example

White with #999BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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