#9BBBDC

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

Shades of Light Steel Blue #9BBBDC

Tints of Light Steel Blue #9BBBDC

Color information

#9BBBDC (or 0x9BBBDC) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BB and DC. RGB value is (155,187,220). Sum of RGB (Red+Green+Blue) = 155+187+220=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBDC is #644423. Grayscale: #B5B5B5. Windows color (decimal): -6571044 or 14465947. OLE color: 14465947.

HSL color Cylindrical-coordinate representation of color #9BBBDC: hue angle of 210.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBBDC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155187220-
CMYK0.300.1500.14
HSL210.46º48.15%73.53%-
HSV(B)210.46º29.55%86.27%-
XYZ44.2147.6874.58-
YUV181.19149.9109.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.58%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=27.58%
G=33.27%
B=39.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551872200.300.1500.14210.4648.1573.53
Hex9BBBDC1EF0Ed2304a
Octal233273334361701632260112
Binary10011011101110111101110011110111101110110100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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