Html Css Color HEX #9BA0DC Blue Bell

📋 copy color: '#9BA0DC'

red 155 ◦ green 160 ◦ blue 220

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

Shades of Blue Bell #9BA0DC

Tints of Blue Bell #9BA0DC

RGB

 RED value IS 155 (60.94% from 255) = 28.97%

 GREEN value IS 160 (62.89% from 255) = 29.91%

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 28.97%
G = 29.91%
B = 41.12%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BA0DC (or 0x9BA0DC) is known color: Blue Bell. HEX triplet: 9B, A0 and DC. RGB value is (155,160,220). Sum of RGB (Red+Green+Blue) = 155+160+220=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BA0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA0DC is #645F23. Grayscale: #A5A5A5. Windows color (decimal): -6577956 or 14459035. OLE color: 14459035.

HSL color Cylindrical-coordinate representation of color #9BA0DC: hue angle of 235.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA0DC is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 160 220 -
CMYK 0.30 0.27 0 0.14
HSL 235.38º 0.48% 0.74% -
HSV(B) 235.38º 0.3% 0.86% -
XYZ 39.01 37.28 72.85 -
YUV 165.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 155 160 220 0.30 0.27 0 0.14 235.38 0.48 0.74
Hex 9B A0 DC 1E 1B 0 E EB 30 4A
Octal 233 240 334 36 33 0 16 353 60 112
Binary 10011011 10100000 11011100 11110 11011 0 1110 11101011 110000 1001010

Color Harmonies of #9BA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA0DC

Black with #9BA0DC

Text Example


Text Example

White with #9BA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA0DC; }

 p { color: rgb(155,160,220); }

 H1.HeaderClassName
 {
   color: #9BA0DC;
 }
 .AnyTagClassName
 {
   color: #9BA0DC;
 }
</style>

background-color css

<style>
 a { background-color: #9BA0DC; }

 a { background-color: rgb(155,160,220); }

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

border-color css

<style>
 span { border-color: #9BA0DC; }

 span { border-color: rgb(155,160,220); }

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