Html Css Color HEX #9999CE Blue Bell

📋 copy color: '#9999CE'

red 153 ◦ green 153 ◦ blue 206

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

Shades of Blue Bell #9999CE

Tints of Blue Bell #9999CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 29.88%
G = 29.88%
B = 40.23%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9999CE (or 0x9999CE) is known color: Blue Bell. HEX triplet: 99, 99 and CE. RGB value is (153,153,206). Sum of RGB (Red+Green+Blue) = 153+153+206=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #9999CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999CE is #666631. Grayscale: #9E9E9E. Windows color (decimal): -6710834 or 13539737. OLE color: 13539737.

HSL color Cylindrical-coordinate representation of color #9999CE: hue angle of 240º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9999CE is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 153 206 -
CMYK 0.26 0.26 0 0.19
HSL 240º 0.35% 0.7% -
HSV(B) 240º 0.26% 0.81% -
XYZ 35.67 34.01 63.08 -
YUV 159.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 153 153 206 0.26 0.26 0 0.19 240 0.35 0.7
Hex 99 99 CE 1A 1A 0 13 F0 23 46
Octal 231 231 316 32 32 0 23 360 43 106
Binary 10011001 10011001 11001110 11010 11010 0 10011 11110000 100011 1000110

Color Harmonies of #9999CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9999CE

Black with #9999CE

Text Example


Text Example

White with #9999CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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