Html Css Color HEX #999BDA Blue Bell

📋 copy color: '#999BDA'

red 153 ◦ green 155 ◦ blue 218

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

Shades of Blue Bell #999BDA

Tints of Blue Bell #999BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 29.09%
G = 29.47%
B = 41.44%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#999BDA (or 0x999BDA) is known color: Blue Bell. HEX triplet: 99, 9B and DA. RGB value is (153,155,218). Sum of RGB (Red+Green+Blue) = 153+155+218=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #999BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BDA is #666425. Grayscale: #A1A1A1. Windows color (decimal): -6710310 or 14326681. OLE color: 14326681.

HSL color Cylindrical-coordinate representation of color #999BDA: hue angle of 238.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999BDA is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 155 218 -
CMYK 0.30 0.29 0 0.15
HSL 238.15º 0.47% 0.73% -
HSV(B) 238.15º 0.3% 0.85% -
XYZ 37.51 35.28 71.16 -
YUV 161.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 153 155 218 0.30 0.29 0 0.15 238.15 0.47 0.73
Hex 99 9B DA 1E 1D 0 F EE 2F 49
Octal 231 233 332 36 35 0 17 356 57 111
Binary 10011001 10011011 11011010 11110 11101 0 1111 11101110 101111 1001001

Color Harmonies of #999BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BDA

Black with #999BDA

Text Example


Text Example

White with #999BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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