#9BBADC

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

Shades of Light Steel Blue #9BBADC

Tints of Light Steel Blue #9BBADC

Color information

#9BBADC (or 0x9BBADC) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BA and DC. RGB value is (155,186,220). Sum of RGB (Red+Green+Blue) = 155+186+220=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBADC is #644523. Grayscale: #B4B4B4. Windows color (decimal): -6571300 or 14465691. OLE color: 14465691.

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

Color convert

RGB155186220-
CMYK0.300.1500.14
HSL211.38º48.15%73.53%-
HSV(B)211.38º29.55%86.27%-
XYZ43.9947.2574.51-
YUV180.61150.23109.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.63%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=27.63%
G=33.16%
B=39.22%

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
Decimal1551862200.300.1500.14211.3848.1573.53
Hex9BBADC1EF0Ed3304a
Octal233272334361701632360112
Binary10011011101110101101110011110111101110110100111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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