Html Css Color HEX #9999CB Blue Bell

📋 copy color: '#9999CB'

red 153 ◦ green 153 ◦ blue 203

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

Shades of Blue Bell #9999CB

Tints of Blue Bell #9999CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 30.06%
G = 30.06%
B = 39.88%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9999CB (or 0x9999CB) is known color: Blue Bell. HEX triplet: 99, 99 and CB. RGB value is (153,153,203). Sum of RGB (Red+Green+Blue) = 153+153+203=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #9999CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999CB is #666634. Grayscale: #9E9E9E. Windows color (decimal): -6710837 or 13343129. OLE color: 13343129.

HSL color Cylindrical-coordinate representation of color #9999CB: hue angle of 240º degrees, saturation: 0.32, 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 #9999CB is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 153 203 -
CMYK 0.25 0.25 0 0.20
HSL 240º 0.32% 0.7% -
HSV(B) 240º 0.25% 0.8% -
XYZ 35.31 33.87 61.18 -
YUV 158.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 153 153 203 0.25 0.25 0 0.20 240 0.32 0.7
Hex 99 99 CB 19 19 0 14 F0 20 46
Octal 231 231 313 31 31 0 24 360 40 106
Binary 10011001 10011001 11001011 11001 11001 0 10100 11110000 100000 1000110

Color Harmonies of #9999CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9999CB

Black with #9999CB

Text Example


Text Example

White with #9999CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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