Html Css Color HEX #999BC9 Blue Bell

📋 copy color: '#999BC9'

red 153 ◦ green 155 ◦ blue 201

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

Shades of Blue Bell #999BC9

Tints of Blue Bell #999BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.45%

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 30.06%
G = 30.45%
B = 39.49%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#999BC9 (or 0x999BC9) is known color: Blue Bell. HEX triplet: 99, 9B and C9. RGB value is (153,155,201). Sum of RGB (Red+Green+Blue) = 153+155+201=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #999BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BC9 is #666436. Grayscale: #9F9F9F. Windows color (decimal): -6710327 or 13212569. OLE color: 13212569.

HSL color Cylindrical-coordinate representation of color #999BC9: hue angle of 237.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999BC9 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 155 201 -
CMYK 0.24 0.23 0 0.21
HSL 237.5º 0.31% 0.69% -
HSV(B) 237.5º 0.24% 0.79% -
XYZ 35.4 34.43 60.04 -
YUV 159.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 153 155 201 0.24 0.23 0 0.21 237.5 0.31 0.69
Hex 99 9B C9 18 17 0 15 EE 1F 45
Octal 231 233 311 30 27 0 25 356 37 105
Binary 10011001 10011011 11001001 11000 10111 0 10101 11101110 11111 1000101

Color Harmonies of #999BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BC9

Black with #999BC9

Text Example


Text Example

White with #999BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,155,201); }

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

background-color css

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

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

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

border-color css

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

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

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