Html Css Color HEX #999BD7 Blue Bell

📋 copy color: '#999BD7'

red 153 ◦ green 155 ◦ blue 215

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

Shades of Blue Bell #999BD7

Tints of Blue Bell #999BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.11%

R = 29.25%
G = 29.64%
B = 41.11%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#999BD7 (or 0x999BD7) is known color: Blue Bell. HEX triplet: 99, 9B and D7. RGB value is (153,155,215). Sum of RGB (Red+Green+Blue) = 153+155+215=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #999BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BD7 is #666428. Grayscale: #A1A1A1. Windows color (decimal): -6710313 or 14130073. OLE color: 14130073.

HSL color Cylindrical-coordinate representation of color #999BD7: hue angle of 238.06º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #999BD7 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 155 215 -
CMYK 0.29 0.28 0 0.16
HSL 238.06º 0.44% 0.72% -
HSV(B) 238.06º 0.29% 0.84% -
XYZ 37.12 35.12 69.11 -
YUV 161.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 153 155 215 0.29 0.28 0 0.16 238.06 0.44 0.72
Hex 99 9B D7 1D 1C 0 10 EE 2C 48
Octal 231 233 327 35 34 0 20 356 54 110
Binary 10011001 10011011 11010111 11101 11100 0 10000 11101110 101100 1001000

Color Harmonies of #999BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BD7

Black with #999BD7

Text Example


Text Example

White with #999BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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