Html Css Color HEX #999DDD Blue Bell

📋 copy color: '#999DDD'

red 153 ◦ green 157 ◦ blue 221

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

Shades of Blue Bell #999DDD

Tints of Blue Bell #999DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.57%

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

R = 28.81%
G = 29.57%
B = 41.62%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#999DDD (or 0x999DDD) is known color: Blue Bell. HEX triplet: 99, 9D and DD. RGB value is (153,157,221). Sum of RGB (Red+Green+Blue) = 153+157+221=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #999DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DDD is #666222. Grayscale: #A2A2A2. Windows color (decimal): -6709795 or 14523801. OLE color: 14523801.

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

Color convert

RGB 153 157 221 -
CMYK 0.31 0.29 0 0.13
HSL 236.47º 0.5% 0.73% -
HSV(B) 236.47º 0.31% 0.87% -
XYZ 38.24 36.11 73.36 -
YUV 163.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 153 157 221 0.31 0.29 0 0.13 236.47 0.5 0.73
Hex 99 9D DD 1F 1D 0 D EC 32 49
Octal 231 235 335 37 35 0 15 354 62 111
Binary 10011001 10011101 11011101 11111 11101 0 1101 11101100 110010 1001001

Color Harmonies of #999DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DDD

Black with #999DDD

Text Example


Text Example

White with #999DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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