#9BBBDF

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

Shades of Light Steel Blue #9BBBDF

Tints of Light Steel Blue #9BBBDF

Color information

#9BBBDF (or 0x9BBBDF) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BB and DF. RGB value is (155,187,223). Sum of RGB (Red+Green+Blue) = 155+187+223=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BBBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBDF is #644420. Grayscale: #B5B5B5. Windows color (decimal): -6571041 or 14662555. OLE color: 14662555.

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

Color convert

RGB155187223-
CMYK0.300.1600.13
HSL211.76º51.52%74.12%-
HSV(B)211.76º30.49%87.45%-
XYZ44.6147.8476.69-
YUV181.54151.4109.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=27.43%
G=33.10%
B=39.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551872230.300.1600.13211.7651.5274.12
Hex9BBBDF1E100Dd4344a
Octal233273337362001532464112
Binary100110111011101111011111111101000001101110101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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