#9BBCDC

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

Shades of Light Steel Blue #9BBCDC

Tints of Light Steel Blue #9BBCDC

Color information

#9BBCDC (or 0x9BBCDC) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BC and DC. RGB value is (155,188,220). Sum of RGB (Red+Green+Blue) = 155+188+220=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCDC is #644323. Grayscale: #B5B5B5. Windows color (decimal): -6570788 or 14466203. OLE color: 14466203.

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

Color convert

RGB155188220-
CMYK0.300.1500.14
HSL209.54º48.15%73.53%-
HSV(B)209.54º29.55%86.27%-
XYZ44.4248.174.65-
YUV181.78149.57108.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=27.53%
G=33.39%
B=39.08%

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
Decimal1551882200.300.1500.14209.5448.1573.53
Hex9BBCDC1EF0Ed2304a
Octal233274334361701632260112
Binary10011011101111001101110011110111101110110100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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