#9BBBDD

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

Shades of Light Steel Blue #9BBBDD

Tints of Light Steel Blue #9BBBDD

Color information

#9BBBDD (or 0x9BBBDD) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BB and DD. RGB value is (155,187,221). Sum of RGB (Red+Green+Blue) = 155+187+221=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBDD is #644422. Grayscale: #B5B5B5. Windows color (decimal): -6571043 or 14531483. OLE color: 14531483.

HSL color Cylindrical-coordinate representation of color #9BBBDD: hue angle of 210.91º 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 #9BBBDD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155187221-
CMYK0.300.1500.13
HSL210.91º49.25%73.73%-
HSV(B)210.91º29.86%86.67%-
XYZ44.3447.7375.28-
YUV181.31150.4109.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=27.53%
G=33.21%
B=39.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551872210.300.1500.13210.9149.2573.73
Hex9BBBDD1EF0Dd3314a
Octal233273335361701532361112
Binary10011011101110111101110111110111101101110100111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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