Html Css Color HEX #999FCB Blue Bell

📋 copy color: '#999FCB'

red 153 ◦ green 159 ◦ blue 203

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

Shades of Blue Bell #999FCB

Tints of Blue Bell #999FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

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

R = 29.71%
G = 30.87%
B = 39.42%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#999FCB (or 0x999FCB) is known color: Blue Bell. HEX triplet: 99, 9F and CB. RGB value is (153,159,203). Sum of RGB (Red+Green+Blue) = 153+159+203=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #999FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FCB is #666034. Grayscale: #A2A2A2. Windows color (decimal): -6709301 or 13344665. OLE color: 13344665.

HSL color Cylindrical-coordinate representation of color #999FCB: hue angle of 232.8º 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 #999FCB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 159 203 -
CMYK 0.25 0.22 0 0.20
HSL 232.8º 0.32% 0.7% -
HSV(B) 232.8º 0.25% 0.8% -
XYZ 36.31 35.88 61.51 -
YUV 162.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 153 159 203 0.25 0.22 0 0.20 232.8 0.32 0.7
Hex 99 9F CB 19 16 0 14 E9 20 46
Octal 231 237 313 31 26 0 24 351 40 106
Binary 10011001 10011111 11001011 11001 10110 0 10100 11101001 100000 1000110

Color Harmonies of #999FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FCB

Black with #999FCB

Text Example


Text Example

White with #999FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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