#9BBBD9

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

Shades of Light Steel Blue #9BBBD9

Tints of Light Steel Blue #9BBBD9

Color information

#9BBBD9 (or 0x9BBBD9) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BB and D9. RGB value is (155,187,217). Sum of RGB (Red+Green+Blue) = 155+187+217=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #9BBBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBD9 is #644426. Grayscale: #B4B4B4. Windows color (decimal): -6571047 or 14269339. OLE color: 14269339.

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

Color convert

RGB155187217-
CMYK0.290.1400.15
HSL209.03º44.93%72.94%-
HSV(B)209.03º28.57%85.1%-
XYZ43.8147.5272.51-
YUV180.85148.4109.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=27.73%
G=33.45%
B=38.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551872170.290.1400.15209.0344.9372.94
Hex9BBBD91DE0Fd12d49
Octal233273331351601732155111
Binary10011011101110111101100111101111001111110100011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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