#9BBADD

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

Shades of Light Steel Blue #9BBADD

Tints of Light Steel Blue #9BBADD

Color information

#9BBADD (or 0x9BBADD) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BA and DD. RGB value is (155,186,221). Sum of RGB (Red+Green+Blue) = 155+186+221=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBADD is #644522. Grayscale: #B4B4B4. Windows color (decimal): -6571299 or 14531227. OLE color: 14531227.

HSL color Cylindrical-coordinate representation of color #9BBADD: hue angle of 211.82º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBADD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155186221-
CMYK0.300.1600.13
HSL211.82º49.25%73.73%-
HSV(B)211.82º29.86%86.67%-
XYZ44.1347.3175.21-
YUV180.72150.73109.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.58%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=27.58%
G=33.10%
B=39.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551862210.300.1600.13211.8249.2573.73
Hex9BBADD1E100Dd4314a
Octal233272335362001532461112
Binary100110111011101011011101111101000001101110101001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,221); }

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

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

 a { background-color: rgb(155,186,221); }

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

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

 span { border-color: rgb(155,186,221); }

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