#9BBDDD

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

Shades of Light Steel Blue #9BBDDD

Tints of Light Steel Blue #9BBDDD

Color information

#9BBDDD (or 0x9BBDDD) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BD and DD. RGB value is (155,189,221). Sum of RGB (Red+Green+Blue) = 155+189+221=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDDD is #644222. Grayscale: #B6B6B6. Windows color (decimal): -6570531 or 14531995. OLE color: 14531995.

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

Color convert

RGB155189221-
CMYK0.300.1400.13
HSL209.09º49.25%73.73%-
HSV(B)209.09º29.86%86.67%-
XYZ44.7748.5875.42-
YUV182.48149.74108.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=27.43%
G=33.45%
B=39.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551892210.300.1400.13209.0949.2573.73
Hex9BBDDD1EE0Dd1314a
Octal233275335361601532161112
Binary10011011101111011101110111110111001101110100011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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