Html Css Color HEX #999BD6 Blue Bell

📋 copy color: '#999BD6'

red 153 ◦ green 155 ◦ blue 214

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

Shades of Blue Bell #999BD6

Tints of Blue Bell #999BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41%

R = 29.31%
G = 29.69%
B = 41%

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

#999BD6 (or 0x999BD6) is known color: Blue Bell. HEX triplet: 99, 9B and D6. RGB value is (153,155,214). Sum of RGB (Red+Green+Blue) = 153+155+214=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #999BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BD6 is #666429. Grayscale: #A0A0A0. Windows color (decimal): -6710314 or 14064537. OLE color: 14064537.

HSL color Cylindrical-coordinate representation of color #999BD6: hue angle of 238.03º degrees, saturation: 0.43, 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 #999BD6 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 155 214 -
CMYK 0.29 0.28 0 0.16
HSL 238.03º 0.43% 0.72% -
HSV(B) 238.03º 0.29% 0.84% -
XYZ 37 35.07 68.44 -
YUV 161.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 153 155 214 0.29 0.28 0 0.16 238.03 0.43 0.72
Hex 99 9B D6 1D 1C 0 10 EE 2B 48
Octal 231 233 326 35 34 0 20 356 53 110
Binary 10011001 10011011 11010110 11101 11100 0 10000 11101110 101011 1001000

Color Harmonies of #999BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BD6

Black with #999BD6

Text Example


Text Example

White with #999BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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