Html Css Color HEX #999BCD Blue Bell

📋 copy color: '#999BCD'

red 153 ◦ green 155 ◦ blue 205

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

Shades of Blue Bell #999BCD

Tints of Blue Bell #999BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 29.82%
G = 30.21%
B = 39.96%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#999BCD (or 0x999BCD) is known color: Blue Bell. HEX triplet: 99, 9B and CD. RGB value is (153,155,205). Sum of RGB (Red+Green+Blue) = 153+155+205=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #999BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BCD is #666432. Grayscale: #9F9F9F. Windows color (decimal): -6710323 or 13474713. OLE color: 13474713.

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

Color convert

RGB 153 155 205 -
CMYK 0.25 0.24 0 0.20
HSL 237.69º 0.34% 0.7% -
HSV(B) 237.69º 0.25% 0.8% -
XYZ 35.88 34.62 62.55 -
YUV 160.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 153 155 205 0.25 0.24 0 0.20 237.69 0.34 0.7
Hex 99 9B CD 19 18 0 14 EE 22 46
Octal 231 233 315 31 30 0 24 356 42 106
Binary 10011001 10011011 11001101 11001 11000 0 10100 11101110 100010 1000110

Color Harmonies of #999BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BCD

Black with #999BCD

Text Example


Text Example

White with #999BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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