#9BBBD6

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

Shades of Light Steel Blue #9BBBD6

Tints of Light Steel Blue #9BBBD6

Color information

#9BBBD6 (or 0x9BBBD6) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BB and D6. RGB value is (155,187,214). Sum of RGB (Red+Green+Blue) = 155+187+214=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #9BBBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBD6 is #644429. Grayscale: #B4B4B4. Windows color (decimal): -6571050 or 14072731. OLE color: 14072731.

HSL color Cylindrical-coordinate representation of color #9BBBD6: hue angle of 207.46º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BBBD6 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB155187214-
CMYK0.280.1300.16
HSL207.46º41.84%72.35%-
HSV(B)207.46º27.57%83.92%-
XYZ43.4347.3670.47-
YUV180.51146.9109.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.88%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 214 (83.98% from 255) = 38.49%
R=27.88%
G=33.63%
B=38.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1551872140.280.1300.16207.4641.8472.35
Hex9BBBD61CD010cf2a48
Octal233273326341502031752110
Binary100110111011101111010110111001101010000110011111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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