#9BA0DB

Color #9BA0DB Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9BA0DB

Tints of Blue Bell #9BA0DB

Color information

#9BA0DB (or 0x9BA0DB) is unknown color: approx Blue Bell. HEX triplet: 9B, A0 and DB. RGB value is (155,160,219). Sum of RGB (Red+Green+Blue) = 155+160+219=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA0DB is #645F24. Grayscale: #A4A4A4. Windows color (decimal): -6577957 or 14393499. OLE color: 14393499.

HSL color Cylindrical-coordinate representation of color #9BA0DB: hue angle of 235.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA0DB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155160219-
CMYK0.290.2700.14
HSL235.31º47.06%73.33%-
HSV(B)235.31º29.22%85.88%-
XYZ38.8737.2272.15-
YUV165.23158.34120.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=29.03%
G=29.96%
B=41.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551602190.290.2700.14235.3147.0673.33
Hex9BA0DB1D1B0Eeb2f49
Octal233240333353301635357111
Binary100110111010000011011011111011101101110111010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BA0DB;
 }
 .AnyTagClassName
 {
   color: #9BA0DB;
 }
</style>
background-color css

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

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

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

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

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

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