Html Css Color HEX #999DCC Blue Bell

📋 copy color: '#999DCC'

red 153 ◦ green 157 ◦ blue 204

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

Shades of Blue Bell #999DCC

Tints of Blue Bell #999DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 29.77%
G = 30.54%
B = 39.69%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#999DCC (or 0x999DCC) is known color: Blue Bell. HEX triplet: 99, 9D and CC. RGB value is (153,157,204). Sum of RGB (Red+Green+Blue) = 153+157+204=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #999DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DCC is #666233. Grayscale: #A0A0A0. Windows color (decimal): -6709812 or 13409689. OLE color: 13409689.

HSL color Cylindrical-coordinate representation of color #999DCC: hue angle of 235.29º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #999DCC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 157 204 -
CMYK 0.25 0.23 0 0.2
HSL 235.29º 0.33% 0.7% -
HSV(B) 235.29º 0.25% 0.8% -
XYZ 36.09 35.25 62.03 -
YUV 161.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 153 157 204 0.25 0.23 0 0.2 235.29 0.33 0.7
Hex 99 9D CC 19 17 0 14 EB 21 46
Octal 231 235 314 31 27 0 24 353 41 106
Binary 10011001 10011101 11001100 11001 10111 0 10100 11101011 100001 1000110

Color Harmonies of #999DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DCC

Black with #999DCC

Text Example


Text Example

White with #999DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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