#9BBDDF

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

Shades of Light Steel Blue #9BBDDF

Tints of Light Steel Blue #9BBDDF

Color information

#9BBDDF (or 0x9BBDDF) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BD and DF. RGB value is (155,189,223). Sum of RGB (Red+Green+Blue) = 155+189+223=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BBDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDDF is #644220. Grayscale: #B6B6B6. Windows color (decimal): -6570529 or 14663067. OLE color: 14663067.

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

Color convert

RGB155189223-
CMYK0.300.1500.13
HSL210º51.52%74.12%-
HSV(B)210º30.49%87.45%-
XYZ45.0348.6976.84-
YUV182.71150.74108.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.34%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 39.33%
R=27.34%
G=33.33%
B=39.33%

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
Decimal1551892230.300.1500.1321051.5274.12
Hex9BBDDF1EF0Dd2344a
Octal233275337361701532264112
Binary10011011101111011101111111110111101101110100101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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